1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-15 21:12:41 -05:00
parent 552221bd13
commit acd20b616b
8 changed files with 51 additions and 698 deletions

View file

@ -6,6 +6,8 @@
../../packages.nix
];
nixpkgs.config.allowUnfree = true;
boot.loader = {
# efi.efiSysMountPoint = "/boot/efi";
grub = {
@ -30,6 +32,7 @@
};
programs = {
dconf.enable = true;
firefox.enable = true;
fish.enable = true;
gnupg.agent = {
@ -47,12 +50,6 @@
openbox.enable = true;
twm.enable = true;
};
desktopManager = {
xfce = {
enable = true;
noDesktop = true;
};
};
};
displayManager = {
sddm = {
@ -60,7 +57,7 @@
settings = {
Autologin = {
User = "rae";
Session = "xfce+openbox";
Session = "none+openbox";
};
};
};