mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
changed wallpaper
This commit is contained in:
parent
12d01c65a9
commit
aff0a79021
4 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
homeDirectory = "/home/gerg";
|
homeDirectory = "/home/gerg";
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
file = {
|
file = {
|
||||||
".background-image".source = ../images/stars.jpg;
|
".background-image".source = ../images/nix-stars.png;
|
||||||
".config" = {
|
".config" = {
|
||||||
source = ./config;
|
source = ./config;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
|
||||||
BIN
images/nix-stars.png
Normal file
BIN
images/nix-stars.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
|
|
@ -48,7 +48,7 @@ font-weight = bold
|
||||||
font-style = normal
|
font-style = normal
|
||||||
text-color = "#7AA2F7"
|
text-color = "#7AA2F7"
|
||||||
error-color = "#DB4B4B"
|
error-color = "#DB4B4B"
|
||||||
background-image = "/etc/nixos/images/stars-1080.jpg"
|
background-image = "/etc/nixos/images/nix-stars.png"
|
||||||
background-color = "#000000"
|
background-color = "#000000"
|
||||||
window-color = "#000000"
|
window-color = "#000000"
|
||||||
border-color = "#000000"
|
border-color = "#000000"
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
openjdk
|
openjdk
|
||||||
AFKCommands
|
AFKCommands
|
||||||
xmrig
|
xmrig
|
||||||
|
steam-run
|
||||||
];
|
];
|
||||||
#user managment
|
#user managment
|
||||||
users = {
|
users = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue