Initial hyprland setup

This commit is contained in:
2024-07-28 20:39:58 -07:00
parent f5726813b8
commit 475a9abc2a
5 changed files with 104 additions and 4 deletions

View File

@@ -37,12 +37,15 @@ with import <nixpkgs> {};
# '')
pkgs.bitwarden
pkgs.dunst
pkgs.element-desktop
pkgs.fd
pkgs.fluffychat
pkgs.gzip
pkgs.htop
pkgs.jellyfin-media-player
pkgs.keepassxc
pkgs.kitty
pkgs.less
pkgs.ncdu
pkgs.pandoc
@@ -50,6 +53,8 @@ with import <nixpkgs> {};
#pkgs.pytest
pkgs.shellcheck
pkgs.tmux
pkgs.waybar
pkgs.wofi
pkgs.vlc
];
@@ -93,6 +98,7 @@ with import <nixpkgs> {};
imports = [
./modules/applications/emacs/default.nix
./modules/window_managers/hyprland/default.nix
];
programs.bash.enable = true;
@@ -187,7 +193,5 @@ with import <nixpkgs> {};
};
};
xdg = {
enable = true;
};
xdg.enable = true;
}