mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add murk persist
This commit is contained in:
parent
12160d4689
commit
125c2d5aff
1 changed files with 7 additions and 3 deletions
|
|
@ -34,12 +34,16 @@ in {
|
||||||
mods.theme.scheme = "woodland";
|
mods.theme.scheme = "woodland";
|
||||||
mods.theme.wallpaper = ./wallpaper.png;
|
mods.theme.wallpaper = ./wallpaper.png;
|
||||||
|
|
||||||
mods.impermanence.enable = true;
|
|
||||||
|
|
||||||
services.xserver.windowManager.i3.enable = true;
|
services.xserver.windowManager.i3.enable = true;
|
||||||
|
|
||||||
# Hardware preferences
|
mods.impermanence.enable = true;
|
||||||
|
|
||||||
|
# Persist
|
||||||
|
environment.persistence."/persist" = {
|
||||||
|
directories = [ "/etc/NetworkManager" "/var/lib/NetworkManager" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Hardware preferences
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
WINIT_HIDPI_FACTOR = "1";
|
WINIT_HIDPI_FACTOR = "1";
|
||||||
WINIT_X11_SCALE_FACTOR = "1";
|
WINIT_X11_SCALE_FACTOR = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue