Compare commits

...

4 commits

Author SHA1 Message Date
5345e975ee
default.nix: add nix-index-module for tsuki
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-09-24 13:41:30 -04:00
4ee707a28d
default.nix: add comma + fd 2023-09-24 13:40:45 -04:00
fbbf77c95e
tsuki: remove rustrover 2023-09-24 13:39:55 -04:00
350e06d9b9
flake.nix: init nix-index-database 2023-09-24 13:39:33 -04:00
5 changed files with 29 additions and 2 deletions

View file

@ -309,6 +309,26 @@
"type": "github" "type": "github"
} }
}, },
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1695526222,
"narHash": "sha256-/NwZz3QcVplrfiDKk1thYg1EIHLSNucVHNUi2uwO3RI=",
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "25d6369c232bbea1ec1f90226fd17982e7a0a647",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1693355128, "lastModified": 1693355128,
@ -378,6 +398,7 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"ironbar": "ironbar", "ironbar": "ironbar",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"sops-nix": "sops-nix" "sops-nix": "sops-nix"
} }

View file

@ -29,6 +29,10 @@
url = "github:zhaofengli/attic"; url = "github:zhaofengli/attic";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = {nixpkgs, ...} @ inputs: let outputs = {nixpkgs, ...} @ inputs: let
system = "x86_64-linux"; system = "x86_64-linux";

View file

@ -16,6 +16,8 @@
croc croc
eza eza
eva eva
comma
fd
du-dust du-dust
bottom bottom
gnupg gnupg
@ -25,7 +27,6 @@
yt-dlp yt-dlp
cachix cachix
nfs-utils nfs-utils
fd
]; ];
services.gpg-agent = { services.gpg-agent = {

View file

@ -5,6 +5,7 @@ inputs: let
hyprlandModule = inputs.hyprland.homeManagerModules.default; hyprlandModule = inputs.hyprland.homeManagerModules.default;
ironbarModule = inputs.ironbar.homeManagerModules.default; ironbarModule = inputs.ironbar.homeManagerModules.default;
atticdModule = inputs.attic.nixosModules.atticd; atticdModule = inputs.attic.nixosModules.atticd;
nix-index-Module = inputs.nix-index-database.hmModules.nix-index;
inherit (inputs.nixpkgs.lib) nixosSystem; inherit (inputs.nixpkgs.lib) nixosSystem;
in { in {
tsuki = nixosSystem { tsuki = nixosSystem {
@ -24,6 +25,7 @@ in {
./tsuki/home.nix ./tsuki/home.nix
hyprlandModule hyprlandModule
ironbarModule ironbarModule
nix-index-Module
]; ];
}; };
}; };

View file

@ -26,7 +26,6 @@
discord discord
signal-desktop signal-desktop
jellyfin-media-player jellyfin-media-player
jetbrains.rust-rover
obs-studio obs-studio
pavucontrol pavucontrol
vscode-fhs vscode-fhs