summaryrefslogtreecommitdiff
path: root/home/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home/home.scm')
-rw-r--r--home/home.scm13
1 files changed, 8 insertions, 5 deletions
diff --git a/home/home.scm b/home/home.scm
index c3dbf16..e55be0d 100644
--- a/home/home.scm
+++ b/home/home.scm
@@ -58,7 +58,6 @@
"network-manager-applet"
"wl-clip-persist"
"easyeffects"
- "librewolf-wrapped"
"gamescope"
"overskride"
@@ -67,8 +66,11 @@
"lavanda-gtk-theme"
"mint-themes"
+ ;qt
+ "qtbase"
+ "qtwayland"
+
; terminal
- "alacritty"
"kitty"
"neovim"
@@ -97,7 +99,6 @@
"gcc-toolchain"
"clang-toolchain"
"rust"
- "racket"
"python"
; social
@@ -162,7 +163,9 @@
("user-dirs.dirs" ,(local-file "config/xdg/user-dirs.dirs" #:recursive? #t))
("xdg-desktop-portal/portals.conf" ,(local-file "config/xdg/portals.conf"))
("starship.toml" ,(local-file "config/starship/starship.toml" #:recursive? #t))
- ("home-manager/home.nix" ,(local-file "home.nix" #:recursive? #t)) ))
+ ("home-manager" ,(local-file "nix" #:recursive? #t))
+ ("nix/nix.conf" ,(local-file "nix/nix.conf"))
+ ))
(service home-files-service-type
`((".local/share/nvim/site/autoload/plug.vim" ,(file-append vim-plug "/share/vim/plug.vim"))
@@ -172,7 +175,7 @@
(".local/share/applications" ,(local-file "local/applications" #:recursive? #t))
(".local/share/icons" ,(local-file "local/icons" #:recursive? #t))
(".local/share/dbus-1/services" ,(local-file "local/dbus/services" #:recursive? #t))
- (".nix-channels" ,(local-file "nix-channels"))
+ (".nix-channels" ,(local-file "nix/nix-channels"))
(".gitconfig" ,(local-file "config/git/gitconfig"))))
(service home-syncthing-service-type