mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
552221bd13
commit
acd20b616b
8 changed files with 51 additions and 698 deletions
|
@ -133,5 +133,12 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme.name = "Posy's Cursor";
|
||||
iconTheme.name = "Flat-Remix-Cyan-Light";
|
||||
theme.name = "io.elementary.stylesheet.blueberry";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -10,7 +10,9 @@
|
|||
hyfetch
|
||||
imagemagick
|
||||
kitty
|
||||
monitor
|
||||
xclip
|
||||
xfce.xfce4-taskmanager
|
||||
yt-dlp
|
||||
zellij
|
||||
# text editors
|
||||
|
@ -21,10 +23,15 @@
|
|||
nitrogen
|
||||
polybarFull
|
||||
rofi
|
||||
themechanger
|
||||
xcompmgr
|
||||
xdotool
|
||||
xorg.xev
|
||||
xorg.xwininfo
|
||||
# gtk
|
||||
flat-remix-icon-theme
|
||||
posy-cursors
|
||||
pantheon.elementary-gtk-theme
|
||||
# misc
|
||||
uxn
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue