1
Fork 0
satellite/home/features/xorg/default.nix

16 lines
261 B
Nix
Raw Normal View History

2023-05-24 03:17:09 +02:00
{ pkgs, ... }: {
imports = [
2023-05-28 02:00:10 +02:00
../desktop/eww
2023-06-15 20:08:20 +02:00
../desktop/batsignal.nix
2023-05-28 02:00:10 +02:00
./rofi
./polybar
./feh.nix
2023-05-24 03:17:09 +02:00
];
# Other packages I want to install:
home.packages = with pkgs; [
xclip # Clipboard stuff
spectacle # Take screenshots
];
}