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
d8adc37780
nixos
/
home
/
gui
/
ukaea.nix
10 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
Move home configs inside home directory, add some more integrations, add chat apps and steam
2023-03-28 19:54:01 +01:00
{
pkgs
,
.
.
.
}:
{
Move common package options into common.nix files, all files include common, all common include parent directory common. default.nix now includes everything in respective directories
2023-04-12 13:18:03 +01:00
imports
=
[
./common.nix
]
;
Move home configs inside home directory, add some more integrations, add chat apps and steam
2023-03-28 19:54:01 +01:00
home
.
packages
=
with
pkgs
;
[
Further restructuring, set up default.nix files to allow importing all common expressions by importing top level packages directory
2023-03-29 14:57:58 +01:00
teams
zoom-us
Move home configs inside home directory, add some more integrations, add chat apps and steam
2023-03-28 19:54:01 +01:00
]
;
}
Reference in a new issue
Copy permalink