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";
|
networking.hostName = "pc";
|
||||||
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
|
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
@@ -122,7 +120,9 @@
|
|||||||
name = "Adwaita-dark";
|
name = "Adwaita-dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home = {
|
||||||
|
sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
packages = with pkgs; [
|
||||||
dconf
|
dconf
|
||||||
tofi
|
tofi
|
||||||
wayshot
|
wayshot
|
||||||
@@ -131,5 +131,6 @@
|
|||||||
slurp
|
slurp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user