Switch to everforest

This commit is contained in:
Elnu 2023-01-06 21:46:58 -08:00
parent aab45bcce3
commit 08a21d7a36
8 changed files with 29 additions and 14 deletions

View file

@ -33,7 +33,6 @@ in
(import ./home.nix)
(import ./thinkpads/home.nix)
];
home.file."./.background-image".source = ../wallpapers/178869_1366x768.jpg;
};
};
}
@ -61,7 +60,6 @@ in
(import ./home.nix)
(import ./thinkpads/home.nix)
];
home.file."./.background-image".source = ../wallpapers/roxynord.png;
};
};
}
@ -88,7 +86,6 @@ in
(import ./home.nix)
(import ./virtualbox/home.nix)
];
home.file."./.background-image".source = ../wallpapers/roxynord.png;
};
};
}