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"
|
"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,
|
||||||
|
@ -398,7 +378,6 @@
|
||||||
"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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
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";
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
croc
|
croc
|
||||||
eza
|
eza
|
||||||
eva
|
eva
|
||||||
comma
|
|
||||||
fd
|
|
||||||
du-dust
|
du-dust
|
||||||
bottom
|
bottom
|
||||||
gnupg
|
gnupg
|
||||||
|
@ -27,6 +25,7 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
cachix
|
cachix
|
||||||
nfs-utils
|
nfs-utils
|
||||||
|
fd
|
||||||
];
|
];
|
||||||
|
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
|
|
|
@ -5,7 +5,6 @@ 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 {
|
||||||
|
@ -25,7 +24,6 @@ in {
|
||||||
./tsuki/home.nix
|
./tsuki/home.nix
|
||||||
hyprlandModule
|
hyprlandModule
|
||||||
ironbarModule
|
ironbarModule
|
||||||
nix-index-Module
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue