Setup window-manager

This commit is contained in:
2026-02-26 14:35:45 +01:00
parent 567b5e2223
commit 9ff59705c0
3 changed files with 17 additions and 16 deletions

View File

@@ -4,27 +4,13 @@
imports = [
./browser.nix
./planner.nix
./window-manager.nix
];
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
wofi
waybar
kitty
grim
swaynotificationcenter
evolution
pamixer
swaylock
hyprpaper
lxsession
hyprshot
wayvnc
nerd-fonts.open-dyslexic
nemo-with-extensions
];

View File

@@ -1,6 +1,20 @@
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
# New system packages
wofi
waybar
grim
swaynotificationcenter
swaylock
hyprpaper
lxsession
hyprshot
wayvnc
];
}