1
Fork 0
satellite/home/adrielus/features/desktop/default.nix

17 lines
295 B
Nix
Raw Normal View History

2023-05-24 03:17:09 +02:00
{ pkgs, ... }: {
imports = [
./common/rofi
./common/polybar
./common/eww
./common/feh.nix
];
# Other packages I want to install:
home.packages = with pkgs; [
xclip # Clipboard stuff
spectacle # Take screenshots
];
stylix.targets.xresources.enable = true;
}