Home manager

This commit is contained in:
2026-02-26 17:44:04 +01:00
parent 9ff59705c0
commit 3bf52e9e1d
2 changed files with 8 additions and 6 deletions

View File

@@ -1,11 +1,5 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wofi wofi
waybar waybar
@@ -17,4 +11,11 @@
hyprshot hyprshot
wayvnc wayvnc
]; ];
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
} }

View File

@@ -5,6 +5,7 @@ in
{ {
imports = imports =
[ [
<home-manager/nixos>
./desktop-environment/config.nix ./desktop-environment/config.nix
./terminal-environment/config.nix ./terminal-environment/config.nix
./system-environment/config.nix ./system-environment/config.nix