idk and get rid of sstupid warnings ig
This commit is contained in:
parent
cb6af5e7c4
commit
2960c1fe90
17 changed files with 207 additions and 48 deletions
|
|
@ -10,9 +10,8 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
};
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
quickshell = {
|
||||
url = "github:outfoxxed/quickshell";
|
||||
|
|
@ -21,7 +20,6 @@
|
|||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# inputs.quickshell.follows = "quickshell"; # Use same quickshell version
|
||||
};
|
||||
|
||||
nix-colors.url = "github:misterio77/nix-colors";
|
||||
|
|
@ -129,7 +127,7 @@
|
|||
user = "root";
|
||||
|
||||
path =
|
||||
deploy-rs.lib.${config.pkgs.system}.activate.nixos config;
|
||||
deploy-rs.lib.${config.pkgs.stdenv.hostPlatform.system}.activate.nixos config;
|
||||
};
|
||||
})
|
||||
self.nixosConfigurations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue