Compare commits
No commits in common. "5345e975eec5e00e65693f498a009cbab273e765" and "87f55b76324482a81295ae61a34c5604edda954e" have entirely different histories.
5345e975ee
...
87f55b7632
5 changed files with 2 additions and 29 deletions
21
flake.lock
21
flake.lock
|
@ -309,26 +309,6 @@
|
|||
"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,
|
||||
|
@ -398,7 +378,6 @@
|
|||
"home-manager": "home-manager",
|
||||
"hyprland": "hyprland",
|
||||
"ironbar": "ironbar",
|
||||
"nix-index-database": "nix-index-database",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"sops-nix": "sops-nix"
|
||||
}
|
||||
|
|
|
@ -29,10 +29,6 @@
|
|||
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";
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
croc
|
||||
eza
|
||||
eva
|
||||
comma
|
||||
fd
|
||||
du-dust
|
||||
bottom
|
||||
gnupg
|
||||
|
@ -27,6 +25,7 @@
|
|||
yt-dlp
|
||||
cachix
|
||||
nfs-utils
|
||||
fd
|
||||
];
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
|
@ -5,7 +5,6 @@ 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 {
|
||||
|
@ -25,7 +24,6 @@ in {
|
|||
./tsuki/home.nix
|
||||
hyprlandModule
|
||||
ironbarModule
|
||||
nix-index-Module
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
discord
|
||||
signal-desktop
|
||||
jellyfin-media-player
|
||||
jetbrains.rust-rover
|
||||
obs-studio
|
||||
pavucontrol
|
||||
vscode-fhs
|
||||
|
|
Loading…
Reference in a new issue