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
eb66cd5c12
nixos
/
home
/
gui
/
default.nix
5 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
Move home/common things into respective section/default expressions
2023-06-09 10:15:24 +01:00
{
pkgs
,
.
.
.
}:
{
imports
=
[
./chromium.nix
./wezterm.nix
]
;
Remove libreoffice by default
2023-06-15 17:43:35 +01:00
home
.
packages
=
with
pkgs
;
[
otpclient
]
;
Move home/common things into respective section/default expressions
2023-06-09 10:15:24 +01:00
}
Reference in a new issue
Copy permalink