This website requires JavaScript.
Explore
Help
Sign in
youthlic
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3b5979d216
nixos
/
home
/
david
/
modules
/
default.nix
12 lines
125 B
Nix
Raw
Normal View
History
Unescape
Escape
add spacer for more human-readable log
2025-01-23 23:26:34 +08:00
{
pkgs
,
.
.
.
}:
add wallpapers, using git-lfs to manage it update niri background settings for wallpaper
2025-01-13 12:01:21 +08:00
{
imports
=
[
./wallpaper
]
;
add spacer for more human-readable log
2025-01-23 23:26:34 +08:00
config
=
{
home
.
packages
=
with
pkgs
;
[
spacer
]
;
}
;
add wallpapers, using git-lfs to manage it update niri background settings for wallpaper
2025-01-13 12:01:21 +08:00
}
Reference in a new issue
Copy permalink