This website requires JavaScript.
Explore
Help
Sign in
nyancat
/
flake
Watch
1
Fork
You've already forked flake
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
892b910d04
flake
/
users
/
guanranwang
/
home-manager
/
modules
/
wm
/
components
/
feh.nix
5 lines
84 B
Nix
Raw
Normal View
History
Unescape
Escape
home,bspwm: add configuration
2023-11-06 07:48:20 +00:00
{
pkgs
,
.
.
.
}:
{
nixos,home: remove dotfiles.nix
2023-11-09 17:14:03 +00:00
imports
=
[
./wallpaper.nix
]
;
home,bspwm: add configuration
2023-11-06 07:48:20 +00:00
home
.
packages
=
with
pkgs
;
[
feh
]
;
}
Reference in a new issue
Copy permalink