update for niri and noctalia

This commit is contained in:
Michael Thomson
2026-02-24 07:35:35 -05:00
parent 26ea1efd54
commit 81dc5807d7
16 changed files with 1955 additions and 143 deletions

View File

@@ -5,7 +5,11 @@
}: {
imports = [
#../../modules/home-manager/sway.nix
../../modules/home-manager/i3
#../../modules/home-manager/i3
#../../modules/home-manager/hyprland.nix
#../../modules/home-manager/hyprland.nix
../../modules/home-manager/niri
../../modules/home-manager/noctalia.nix
../../modules/home-manager/git.nix
../../modules/home-manager/neovim
../../modules/home-manager/kitty.nix
@@ -30,20 +34,22 @@
home.homeDirectory = "/home/mthomson";
home.stateVersion = "23.11";
# services.mako.enable = true;
# programs.fuzzel.enable = true;
# programs.waybar = {
# enable = true;
# systemd.enable = true;
# };
home.packages = with pkgs; [
brightnessctl
firefox
gcc
google-chrome
];
home.sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATH = "\${HOME}/.steam/root/compatibilitytools.d";
};
services = {
blueman-applet = {
enable = true;
};
};
programs.home-manager.enable = true;
}