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
0bdae5f583
nixos
/
home
/
desktop
/
xorg
/
common.nix
6 lines
93 B
Nix
Raw
Normal View
History
Unescape
Escape
Simplify package definitions Move included nixpkg definitions directly into collection files, reserve imports for home-manager package configurations. Move few remaining gui sections up a level
2023-04-28 17:01:53 +01:00
{
.
.
.
}:
Move fonts to be defined when needed, move program shell integration settings into shell-specific expressions
2023-04-29 12:38:42 +01:00
{
xsession
.
enable
=
true
;
programs
.
keychain
.
enableXsessionIntegration
=
true
;
}
Reference in a new issue
Copy permalink