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"
}
},
"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": {
"locked": {
"lastModified": 1693355128,
@ -378,6 +398,7 @@
"home-manager": "home-manager",
"hyprland": "hyprland",
"ironbar": "ironbar",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs_2",
"sops-nix": "sops-nix"
}

View file

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

View file

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

View file

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

View file

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