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
290ee4da08
nixos
/
home
/
personal.nix
5 lines
99 B
Nix
Raw
Normal View
History
Unescape
Escape
Add whatsapp-for-linux for default, ktorrent for personal machines
2024-07-12 13:10:23 +01:00
{
pkgs
,
.
.
.
}:
{
Add home-assistant container service Move home/default into personal.nix and work.nix instead of flake, was pulling in whole desktop config for server and wasting time/space
2024-07-21 18:40:13 +01:00
imports
=
[
./default.nix
]
;
Add whatsapp-for-linux for default, ktorrent for personal machines
2024-07-12 13:10:23 +01:00
home
.
packages
=
with
pkgs
;
[
kdePackages
.
ktorrent
]
;
}
Reference in a new issue
Copy permalink