Fix typo, remove niri flake input
This commit is contained in:
		
							parent
							
								
									8dfbd75747
								
							
						
					
					
						commit
						71513e2a8a
					
				@ -6,7 +6,6 @@
 | 
			
		||||
    nixpkgs-23.url = "github:nixos/nixpkgs/nixos-23.11";
 | 
			
		||||
    nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
 | 
			
		||||
    nur.url = "github:nix-community/NUR";
 | 
			
		||||
    niri.url = "github:sodiboo/niri-flake";
 | 
			
		||||
    home-manager = {
 | 
			
		||||
        url = "github:nix-community/home-manager/release-24.05";
 | 
			
		||||
        inputs.nixpkgs.follows = "nixpkgs-unstable";
 | 
			
		||||
@ -46,7 +45,7 @@
 | 
			
		||||
            inherit inputs outputs timeZone system;
 | 
			
		||||
        };
 | 
			
		||||
        modules = [
 | 
			
		||||
            # Setup home manager:w
 | 
			
		||||
            # Setup home manager
 | 
			
		||||
            inputs.home-manager.nixosModules.home-manager {
 | 
			
		||||
                home-manager.useGlobalPkgs = true;
 | 
			
		||||
                home-manager.useUserPackages = true;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user