diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-03 13:28:10 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-03 13:28:10 -0500 |
commit | 1a59e2b5003f9f229394157ac4aad6fed47b3dff (patch) | |
tree | eb73a999236bd2887dc08e4889518e89f108fff0 /home/home.scm | |
parent | update bluetooth config (diff) | |
download | dotfiles-guix-1a59e2b5003f9f229394157ac4aad6fed47b3dff.tar.gz dotfiles-guix-1a59e2b5003f9f229394157ac4aad6fed47b3dff.tar.bz2 dotfiles-guix-1a59e2b5003f9f229394157ac4aad6fed47b3dff.zip |
udpate nix home configuration
Diffstat (limited to 'home/home.scm')
-rw-r--r-- | home/home.scm | 13 |
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 |