This commit is contained in:
Lucy Hochkamp 2024-10-31 20:48:46 +01:00
parent 5ff6757c07
commit de8a55a7e8
No known key found for this signature in database
2 changed files with 171 additions and 0 deletions

View file

@ -14,6 +14,7 @@
# Don't Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/4cd8dbb3-8eea-48ff-87b1-92945be291ac";
programs.fuse.userAllowOther = true;
programs.sway.enable = true;
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
@ -26,17 +27,42 @@
../../hm-modules/helix
../../hm-modules/nushell
../../hm-modules/cli.nix
./swaycfg.nix
../../hm-modules/files.nix
];
ragon.helix.enable = true;
ragon.nushell.enable = true;
# home.persistence."/persistent/home/ragon" =
# {
# directories = [
# ".mozilla"
# ".cache"
# ".ssh"
# "docs"
# "Images"
# "Downloads"
# "Music"
# "Pictures"
# "Documents"
# "Videos"
# "VirtualBox VMs"
# ".gnupg"
# ".ssh"
# ".local/share/keyrings"
# ".local/share/direnv"
# ".local/share/Steam"
# ];
# allowOther = true;
# };
programs.home-manager.enable = true;
home.stateVersion = "24.05";
};
ragon = {
user.enable = true;
persist.enable = true;
services = {
ssh.enable = true;
tailscale.enable = true;