mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
added back simple desktop stack as alternatives
This commit is contained in:
parent
febd23355d
commit
552ae67f6a
9 changed files with 153 additions and 2 deletions
|
|
@ -29,6 +29,10 @@
|
|||
};
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
security.polkit.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
|
@ -55,6 +59,7 @@
|
|||
brightnessctl
|
||||
wl-clipboard
|
||||
libnotify
|
||||
xwayland-satellite
|
||||
];
|
||||
|
||||
home-manager.users."${userVars.username}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue