This website requires JavaScript.
Explore
Help
Sign In
rilla
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4d538fbc8e
nix-config
/
home
/
trantor.nix
6 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
initial commit
2022-01-18 09:32:55 +01:00
{
config
,
pkgs
,
.
.
.
}:
refactor
2022-01-28 15:11:30 +01:00
{
moved trantor to river as well
2023-02-06 18:13:52 +01:00
imports
=
[
./nixos-common.nix
./desktop-river
./theming/trantor.nix
]
;
initial commit
2022-01-18 09:32:55 +01:00
}