This website requires JavaScript.
Explore
Help
Sign In
Dandellion
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ce3cc61ad8
dotfiles
/
profiles
/
default.nix
2 lines
61 B
Nix
Raw
Normal View
History
Unescape
Escape
create gui and game profiles, install konsole
2020-07-11 04:08:58 +02:00
{
imports
=
[
./base
./xsession
./zsh
./gui.nix
./games
]
;
}