Compare commits
	
		
			No commits in common. "d7ae543cc29dee5a423990f409048f8b6e844668" and "aaef6b71361fbc829c66d1eb0c891049af8d81eb" have entirely different histories.
		
	
	
		
			d7ae543cc2
			...
			aaef6b7136
		
	
		
					 4 changed files with 14 additions and 30 deletions
				
			
		
							
								
								
									
										24
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										24
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -138,11 +138,11 @@
 | 
			
		|||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1755519972,
 | 
			
		||||
        "narHash": "sha256-bU4nqi3IpsUZJeyS8Jk85ytlX61i4b0KCxXX9YcOgVc=",
 | 
			
		||||
        "lastModified": 1755499523,
 | 
			
		||||
        "narHash": "sha256-Bh+S72huB2jFEPsOGlFXKFn7/VaV864IqxOcqaZZue0=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "disko",
 | 
			
		||||
        "rev": "4073ff2f481f9ef3501678ff479ed81402caae6d",
 | 
			
		||||
        "rev": "f64ab1525b34d5d9202f5801db36f364075abde1",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
| 
						 | 
				
			
			@ -407,11 +407,11 @@
 | 
			
		|||
        ]
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1755601933,
 | 
			
		||||
        "narHash": "sha256-iXZeeYyfy8NdpvH/OOW9V3C2AfsXE+fzDHfrIOHBPF0=",
 | 
			
		||||
        "lastModified": 1755491080,
 | 
			
		||||
        "narHash": "sha256-ib1Xi13NEalrFqQAHceRsb+6aIPANFuQq80SS/bY10M=",
 | 
			
		||||
        "owner": "nix-community",
 | 
			
		||||
        "repo": "home-manager",
 | 
			
		||||
        "rev": "8af2e064f93234ee79df8b9858eeefbf84394488",
 | 
			
		||||
        "rev": "f8af2cbe386f9b96dd9efa57ab15a09377f38f4d",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
| 
						 | 
				
			
			@ -591,11 +591,11 @@
 | 
			
		|||
    },
 | 
			
		||||
    "nixpkgs-edge": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1755614705,
 | 
			
		||||
        "narHash": "sha256-7HdM+nKdMw/F8sawPyDDhWaIhiEZpoq1UeH/L/SXFIs=",
 | 
			
		||||
        "lastModified": 1755516526,
 | 
			
		||||
        "narHash": "sha256-2SY3CaBf4e9HMbXBKfo8AQCa+lhNV5WbdnQ3lU5NNmU=",
 | 
			
		||||
        "owner": "NixOS",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "8d36b325c265d26634e5d8936c40503be844018b",
 | 
			
		||||
        "rev": "2d8c1331ab590433b8ac42174e84fe68db4af601",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
| 
						 | 
				
			
			@ -930,11 +930,11 @@
 | 
			
		|||
        "tinted-zed": "tinted-zed"
 | 
			
		||||
      },
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1755546184,
 | 
			
		||||
        "narHash": "sha256-KxRj/8SydDk3gzamS0VEewo5pu8JAYhSZ5GPcImPGNQ=",
 | 
			
		||||
        "lastModified": 1755378131,
 | 
			
		||||
        "narHash": "sha256-0GKZEzTUcaoama56xaagKnMk5hqMbTUfGF4KfzLwje4=",
 | 
			
		||||
        "owner": "danth",
 | 
			
		||||
        "repo": "stylix",
 | 
			
		||||
        "rev": "9810b32b9b7520e3b37358ff8e793fb5034c3299",
 | 
			
		||||
        "rev": "82242e0f9b1d91b6f170807a6ec622cfdb816eac",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,22 +28,6 @@
 | 
			
		|||
    target = ".config/kdeconnect/config";
 | 
			
		||||
    force = true;
 | 
			
		||||
  };
 | 
			
		||||
  home.file."Games/.directory" = {
 | 
			
		||||
    text = ''
 | 
			
		||||
      [Desktop Entry]
 | 
			
		||||
      Icon=folder-games
 | 
			
		||||
    '';
 | 
			
		||||
    target = "Games/.directory";
 | 
			
		||||
    force = true;
 | 
			
		||||
  };
 | 
			
		||||
  home.file."Code/.directory" = {
 | 
			
		||||
    text = ''
 | 
			
		||||
      [Desktop Entry]
 | 
			
		||||
      Icon=folder-script
 | 
			
		||||
    '';
 | 
			
		||||
    target = "Code/.directory";
 | 
			
		||||
    force = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  programs.plasma = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -107,7 +107,7 @@
 | 
			
		|||
  programs = {
 | 
			
		||||
    # Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
 | 
			
		||||
    command-not-found.enable = lib.mkForce false;
 | 
			
		||||
    # nix-index.enable = true;
 | 
			
		||||
    nix-index.enable = true;
 | 
			
		||||
    nix-index-database.comma.enable = true;
 | 
			
		||||
 | 
			
		||||
    direnv = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,7 +29,7 @@
 | 
			
		|||
  programs = {
 | 
			
		||||
    # Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
 | 
			
		||||
    command-not-found.enable = lib.mkForce false;
 | 
			
		||||
    # nix-index.enable = true;
 | 
			
		||||
    nix-index.enable = true;
 | 
			
		||||
    nix-index-database.comma.enable = true;
 | 
			
		||||
  };
 | 
			
		||||
  services = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue