nixos/home/default.nix
Evie Litherland-Smith 3b7519bf15 Back to hyprland...
Switch sww back to hyprpaper as well
2023-08-21 11:01:19 +01:00

19 lines
359 B
Nix

{ pkgs, wallpapers, ... }:
{
imports = [
./git
./ssh
./tui
./tmux
./hyprland
./alacritty
./firefox
./zathura
./emacs
];
home.packages = with pkgs; [ bitwarden signal-desktop libreoffice zotero ];
programs.home-manager.enable = true;
xdg.configFile."wallpapers/default.jpg".source = wallpapers.outputs.default;
}