This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
fd1ae6eb36
nixos
/
home
/
default.nix
5 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Move fontconfig out of home-manager because it messes with plasma, add signal to defaults
2023-06-14 09:57:15 +01:00
{
pkgs
,
.
.
.
}:
{
Add rot8 package, enable fontconfig in home-manager
2023-06-12 10:06:26 +01:00
imports
=
[
./env
./gui
./tui
]
;
Move fontconfig out of home-manager because it messes with plasma, add signal to defaults
2023-06-14 09:57:15 +01:00
home
.
packages
=
with
pkgs
;
[
signal-desktop
]
;
Add rot8 package, enable fontconfig in home-manager
2023-06-12 10:06:26 +01:00
}
Reference in a new issue
Copy permalink