nixos/home/default.nix
Evie Litherland-Smith 353091e36b Switch hyprpaper for swww using kanshi to update
Hopefully fixed kanshi issues with docking/undocking
2023-08-08 08:21:51 +01:00

22 lines
298 B
Nix

{ pkgs, wallpapers, ... }:
{
imports = [
./git
./ssh
./tui
./hyprland
./alacritty
./firefox
./zathura
./emacs/server.nix
];
home.packages = with pkgs; [
bitwarden
signal-desktop
libreoffice
zotero
];
programs.home-manager.enable = true;
}