This website requires JavaScript.
Explore
Help
Sign In
alyraffauf
/
nixcfg
Watch
1
Star
0
Fork
You've already forked nixcfg
0
mirror of
https://github.com/alyraffauf/nixcfg.git
synced
2024-11-22 16:23:55 -05:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
0e05713778
nixcfg
/
home
/
aly-gnome.nix
6 lines
83 B
Nix
Raw
Normal View
History
Unescape
Escape
home-manager: made separate configs for different desktops/environments
2024-03-24 11:40:53 -04:00
{
config
,
pkgs
,
.
.
.
}:
{
home-manager: moved gui apps to common-gui.nix.
2024-03-24 13:15:26 -04:00
imports
=
[
./common.nix
./common-gui.nix
./gnome
]
;
home-manager: made separate configs for different desktops/environments
2024-03-24 11:40:53 -04:00
}
Reference in a new issue
Copy permalink