mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update default.nix
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
networking.hostName = "pc";
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
security.polkit.enable = true;
|
||||
@@ -122,7 +120,9 @@
|
||||
name = "Adwaita-dark";
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
home = {
|
||||
sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
packages = with pkgs; [
|
||||
dconf
|
||||
tofi
|
||||
wayshot
|
||||
@@ -131,5 +131,6 @@
|
||||
slurp
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user