1
Fork 0
satellite/home/adrielus/features/desktop/default.nix
Matei Adriel 1cd3d7a903
Hyprland
2023-05-24 03:17:09 +02:00

17 lines
295 B
Nix

{ 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;
}