update for niri and noctalia
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user