Add wallpaper for ThinkPad, improve wallpaper management
This commit is contained in:
parent
796701caa2
commit
de9737bddd
7 changed files with 5 additions and 8 deletions
|
@ -33,6 +33,7 @@ in
|
|||
(import ./home.nix)
|
||||
(import ./thinkpads/home.nix)
|
||||
];
|
||||
home.file."./.background-image".source = ../wallpapers/178869_1366x768.jpg;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -60,6 +61,7 @@ in
|
|||
(import ./home.nix)
|
||||
(import ./thinkpads/home.nix)
|
||||
];
|
||||
home.file."./.background-image".source = ../wallpapers/roxynord.png;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -86,6 +88,7 @@ in
|
|||
(import ./home.nix)
|
||||
(import ./virtualbox/home.nix)
|
||||
];
|
||||
home.file."./.background-image".source = ../wallpapers/roxynord.png;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@ in
|
|||
../vim.nix
|
||||
../ranger.nix
|
||||
../fcitx5.nix
|
||||
../wallpaper.nix
|
||||
../picom.nix
|
||||
../i3.nix
|
||||
../polybar
|
||||
|
@ -60,6 +59,7 @@ in
|
|||
firefox
|
||||
discord
|
||||
gnome.nautilus
|
||||
gimp
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue