chore: prepare use of cachix
This commit is contained in:
parent
d56edd5484
commit
db3341b3fe
4 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@
|
||||||
./device-vars.nix
|
./device-vars.nix
|
||||||
|
|
||||||
home-manager.nixosModules.default
|
home-manager.nixosModules.default
|
||||||
nh.nixosModules.default
|
#nh.nixosModules.default
|
||||||
|
|
||||||
./modules/programs.nix
|
./modules/programs.nix
|
||||||
./modules/locale.nix
|
./modules/locale.nix
|
||||||
|
@ -46,14 +46,14 @@
|
||||||
coc-stylelintplus.overlay
|
coc-stylelintplus.overlay
|
||||||
];
|
];
|
||||||
|
|
||||||
nh = {
|
/*nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# weekly cleanup
|
# weekly cleanup
|
||||||
clean = {
|
clean = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraArgs = "--keep-since 30d";
|
extraArgs = "--keep-since 30d";
|
||||||
};
|
};
|
||||||
};
|
};*/
|
||||||
environment.variables.FLAKE = "/home/matt/.nix";
|
environment.variables.FLAKE = "/home/matt/.nix";
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
@ -77,8 +77,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
nix-melt.packages.x86_64-linux.default
|
#nix-melt.packages.x86_64-linux.default
|
||||||
nurl.packages.x86_64-linux.default
|
#nurl.packages.x86_64-linux.default
|
||||||
] ++
|
] ++
|
||||||
|
|
||||||
(with config.nur.repos.rycee; [
|
(with config.nur.repos.rycee; [
|
||||||
|
|
|
@ -49,8 +49,8 @@ in {
|
||||||
|
|
||||||
nil
|
nil
|
||||||
];
|
];
|
||||||
extraPython3Packages = with pkgs.python311Packages; [
|
extraPython3Packages = ps: [
|
||||||
pylint
|
ps.pylint
|
||||||
];
|
];
|
||||||
|
|
||||||
coc = {
|
coc = {
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
Loading…
Reference in a new issue