1
Fork 0
satellite/home/features/xorg/global.nix
2023-12-02 00:46:56 +01:00

15 lines
228 B
Nix

{ pkgs, ... }: {
imports = [
../desktop
./rofi
./polybar
./feh.nix
];
# Other packages I want to install:
home.packages = with pkgs; [
xclip # Clipboard stuff
spectacle # Take screenshots
];
}