83 current 2024-03-01 12:02:53 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
3d494ee5a6
commit
0e838f14cf
2 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,14 @@
|
|||
./hardware-configuration.nix
|
||||
./nvidia.nix
|
||||
../../env/wayland
|
||||
({
|
||||
options,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.mkIf (options ? virtualisation.memorySize) {
|
||||
users.users.zack.password = "foo";
|
||||
})
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ with pkgs; {
|
|||
g = "git";
|
||||
n = "nix";
|
||||
r = "rebuild";
|
||||
vm = "nixos-rebuild build-vm --flake ~/nixos#earth";
|
||||
mnt = "udisksctl mount -b";
|
||||
umnt = "udisksctl unmount -b";
|
||||
burn = "pkill -9";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue