This website requires JavaScript.
Explore
Help
Sign in
liv
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
mirror of
https://github.com/Ahwxorg/nixos-config.git
synced
2025-12-04 15:00:13 +01:00
Code
Issues
1
Projects
Releases
Packages
Wiki
Activity
Actions
17bc3c6d52
nixos-config
/
modules
/
home
/
default.desktop.nix
6 lines
89 B
Nix
Raw
Normal View
History
Unescape
Escape
feat: enable/disable some modules, remove unused bindings
2024-06-21 09:46:03 +02:00
{
.
.
.
}:
{
add desktop and laptop config option
2024-04-13 13:43:59 +02:00
imports
=
[
(
import
./default.nix
)
]
feat: enable/disable some modules, remove unused bindings
2024-06-21 09:46:03 +02:00
++
[
(
import
./steam.nix
)
]
;
add desktop and laptop config option
2024-04-13 13:43:59 +02:00
}
Reference in a new issue
Copy permalink