This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
1
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
7fb9d545fb
nixos-config
/
config
/
programs
/
kde.nix
10 lines
123 B
Nix
Raw
Normal View
History
Unescape
Escape
Switch to KDE
2022-05-11 06:56:46 +00:00
{
pkgs
,
.
.
.
}:
{
imports
=
[
./ibus.nix
]
;
home
.
packages
=
with
pkgs
;
[
kde-gtk-config
Add kdeconnect
2022-05-11 14:57:28 +00:00
kdeconnect
Switch to KDE
2022-05-11 06:56:46 +00:00
]
;
}
Reference in a new issue
Copy permalink