updates
This commit is contained in:
parent
4ecaed5472
commit
a1343811d1
7 changed files with 39 additions and 39 deletions
|
@ -141,7 +141,7 @@
|
|||
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
experimental-features = [ "nix-command" "flakes" ]; #repl-flake
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
|
||||
|
@ -157,12 +157,6 @@
|
|||
services.xserver.deviceSection = ''Option "TearFree" "true"''; # For amdgpu.
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
# enable Sway window manager
|
||||
# programs.sway = {
|
||||
# enable = true;
|
||||
# wrapperFeatures.gtk = true;
|
||||
# };
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.xserver.xkb = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue