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

15 lines
228 B
Nix
Raw Normal View History

2023-05-24 03:17:09 +02:00
{ pkgs, ... }: {
imports = [
2023-12-02 00:46:56 +01:00
../desktop
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
];
}