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:
|
||||
git add . && git commit -am "new revision" && nixos-rebuild switch --flake .
|
||||
nixos-rebuild switch --flake .
|
||||
|
||||
debug:
|
||||
nixos-rebuild switch --flake . --show-trace --verbose
|
||||
|
|
@ -26,7 +26,7 @@ gc:
|
|||
|
||||
# dnsc-air
|
||||
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:
|
||||
darwin-rebuild switch --recreate-lock-file --flake .
|
||||
|
|
|
|||
|
|
@ -76,6 +76,9 @@
|
|||
services.udisks2.enable = true;
|
||||
services.tuned.enable = true;
|
||||
services.upower.enable = true;
|
||||
services.udev.packages = with pkgs; [
|
||||
vial
|
||||
];
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,5 +53,6 @@
|
|||
nix-prefetch-github
|
||||
dua
|
||||
opencode
|
||||
vial
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
__unkeyed-1 = "filename";
|
||||
file_status = true;
|
||||
newfile_status = false;
|
||||
path = 1;
|
||||
path = 4;
|
||||
shorting_target = 120;
|
||||
symbols = {
|
||||
modified = "[+]";
|
||||
|
|
@ -42,8 +42,6 @@
|
|||
}
|
||||
"encoding"
|
||||
];
|
||||
lualine_c = [ ];
|
||||
lualine_x = [ ];
|
||||
lualine_y = [
|
||||
"branch"
|
||||
"diff"
|
||||
|
|
@ -51,7 +49,6 @@
|
|||
];
|
||||
lualine_z = [
|
||||
"location"
|
||||
"progress"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue