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 = [ imports = [
./browser.nix ./browser.nix
./planner.nix ./planner.nix
./window-manager.nix
]; ];
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wofi
waybar
kitty kitty
grim
swaynotificationcenter
evolution evolution
pamixer pamixer
swaylock
hyprpaper
lxsession
hyprshot
wayvnc
nerd-fonts.open-dyslexic nerd-fonts.open-dyslexic
nemo-with-extensions nemo-with-extensions
]; ];

View File

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

View File

@@ -4,6 +4,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nextcloud-client nextcloud-client
calibre calibre
unzip
]; ];
environment.variables = { environment.variables = {