Merge branch 'main' of codeberg.org:dnscio/nix-config
This commit is contained in:
commit
7d6543743b
4 changed files with 7 additions and 6 deletions
4
Justfile
4
Justfile
|
|
@ -1,5 +1,5 @@
|
||||||
deploy:
|
deploy:
|
||||||
git add . && git commit -am "new revision" && nixos-rebuild switch --flake .
|
nixos-rebuild switch --flake .
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
nixos-rebuild switch --flake . --show-trace --verbose
|
nixos-rebuild switch --flake . --show-trace --verbose
|
||||||
|
|
@ -26,7 +26,7 @@ gc:
|
||||||
|
|
||||||
# dnsc-air
|
# dnsc-air
|
||||||
mre:
|
mre:
|
||||||
git add . && git commit -am "new revision" && darwin-rebuild switch --flake .
|
if ! git diff --quiet || ! git diff --staged --quiet; then git add . && git commit -am "new revision"; fi && darwin-rebuild switch --flake .
|
||||||
|
|
||||||
mup:
|
mup:
|
||||||
darwin-rebuild switch --recreate-lock-file --flake .
|
darwin-rebuild switch --recreate-lock-file --flake .
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,9 @@
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
services.tuned.enable = true;
|
services.tuned.enable = true;
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
|
services.udev.packages = with pkgs; [
|
||||||
|
vial
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -53,5 +53,6 @@
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
dua
|
dua
|
||||||
opencode
|
opencode
|
||||||
|
vial
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
__unkeyed-1 = "filename";
|
__unkeyed-1 = "filename";
|
||||||
file_status = true;
|
file_status = true;
|
||||||
newfile_status = false;
|
newfile_status = false;
|
||||||
path = 1;
|
path = 4;
|
||||||
shorting_target = 120;
|
shorting_target = 120;
|
||||||
symbols = {
|
symbols = {
|
||||||
modified = "[+]";
|
modified = "[+]";
|
||||||
|
|
@ -42,8 +42,6 @@
|
||||||
}
|
}
|
||||||
"encoding"
|
"encoding"
|
||||||
];
|
];
|
||||||
lualine_c = [ ];
|
|
||||||
lualine_x = [ ];
|
|
||||||
lualine_y = [
|
lualine_y = [
|
||||||
"branch"
|
"branch"
|
||||||
"diff"
|
"diff"
|
||||||
|
|
@ -51,7 +49,6 @@
|
||||||
];
|
];
|
||||||
lualine_z = [
|
lualine_z = [
|
||||||
"location"
|
"location"
|
||||||
"progress"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue