mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
system fixes
This commit is contained in:
parent
17c684c89a
commit
f708c24dc5
2 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
dotfilesDir = "/etc/nixos";
|
dotfilesDir = "/etc/nixos";
|
||||||
systemBuilder.enable = true;
|
systemBuilder.enable = false;
|
||||||
|
|
||||||
# security
|
# security
|
||||||
security = {
|
security = {
|
||||||
|
|
|
@ -382,8 +382,7 @@ in
|
||||||
kitty
|
kitty
|
||||||
killall
|
killall
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
#(inputs.ashell.defaultPackage.${system})
|
(inputs.ashell.defaultPackage.${system})
|
||||||
ashell
|
|
||||||
nwg-launchers
|
nwg-launchers
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
(pkgs.writeScriptBin "nwggrid-wrapper" ''
|
(pkgs.writeScriptBin "nwggrid-wrapper" ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue