summaryrefslogtreecommitdiff
path: root/home/home.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/home.scm (renamed from home-config/home-configuration.scm)77
1 files changed, 41 insertions, 36 deletions
diff --git a/home-config/home-configuration.scm b/home/home.scm
index 3b9edaa..77a927a 100644
--- a/home-config/home-configuration.scm
+++ b/home/home.scm
@@ -15,14 +15,14 @@
(gnu home services desktop)
(gnu home services gnupg)
(gnu home services)
- (home-services pipewire)
- (home-packages shells)
- (home-packages mozillia)
- (home-packages vim)
- (home-packages gnome-xyz)
- (home-packages shells)
- (home-packages certs)
- (home-packages audio))
+ (freya services pipewire)
+ (freya packages shells)
+ (freya packages mozillia)
+ (freya packages vim)
+ (freya packages gnome-xyz)
+ (freya packages shells)
+ (freya packages certs)
+ (freya packages audio))
(home-environment
@@ -83,12 +83,13 @@
"openssl"
"pkg-config"
"tree-sitter-cli"
+ "zsh-syntax-highlighting"
"python-pynvim"))
- (list neovim-new
- easyeffects
- firefox-wayland-new
- lavanda-gtk-theme
+ (list neovim-new
+ easyeffects
+ firefox-wayland-new
+ lavanda-gtk-theme
zsh-autosuggestions
freya-ca-certs
vim-plug)))
@@ -98,35 +99,39 @@
(services
(list (service home-zsh-service-type
(home-zsh-configuration
- (zshrc (list (local-file "zsh/zshrc")))
- (zprofile (list (local-file "zsh/zprofile")))))
+ (zshrc (list (local-file "config/zsh/zshrc")))
+ (zprofile (list (local-file "config/zsh/zprofile")))))
(service home-xdg-configuration-files-service-type
- `(("nvim/init.vim" ,(local-file "nvim/init.vim"))
- ("sway" ,(local-file "sway" #:recursive? #t))
- ("waybar" ,(local-file "waybar" #:recursive? #t))
- ("alacritty" ,(local-file "alacritty" #:recursive? #t))
- ("lvim" ,(local-file "lvim" #:recursive? #t))
- ("mako" ,(local-file "mako" #:recursive? #t))
- ("gtk-3.0" ,(local-file "gtk/gtk-3.0" #:recursive? #t))
- ("gtk-4.0" ,(local-file "gtk/gtk-4.0" #:recursive? #t))
- ("wofi" ,(local-file "wofi" #:recursive? #t))
- ("hypr" ,(local-file "hypr" #:recursive? #t))
- ("mimeapps.list" ,(local-file "xdg/mimeapps.list" #:recursive? #t))
- ("user-dirs.dirs" ,(local-file "xdg/user-dirs.dirs" #:recursive? #t))
- ("starship.toml" ,(local-file "starship/starship.toml" #:recursive? #t))
- ("home-manager/home.nix" ,(local-file "nix-home-manager/home.nix")) ))
-
+ `(("nvim" ,(local-file "config/nvim" #:recursive? #t))
+ ("sway" ,(local-file "config/sway" #:recursive? #t))
+ ("swaylock" ,(local-file "config/swaylock" #:recursive? #t))
+ ("waybar" ,(local-file "config/waybar" #:recursive? #t))
+ ("alacritty" ,(local-file "config/alacritty" #:recursive? #t))
+ ("kitty" ,(local-file "config/kitty" #:recursive? #t))
+ ("ranger" ,(local-file "config/ranger" #:recursive? #t))
+ ("mako" ,(local-file "config/mako" #:recursive? #t))
+ ("gtk-2.0" ,(local-file "config/gtk/gtk-2.0" #:recursive? #t))
+ ("gtk-3.0" ,(local-file "config/gtk/gtk-3.0" #:recursive? #t))
+ ("gtk-4.0" ,(local-file "config/gtk/gtk-4.0" #:recursive? #t))
+ ("Trolltech.conf" ,(local-file "config/gtk/Trolltech.conf"))
+ ("wofi" ,(local-file "config/wofi" #:recursive? #t))
+ ("hypr" ,(local-file "config/hypr" #:recursive? #t))
+ ("desktop-common" ,(local-file "config/desktop-common" #:recursive? #t))
+ ("mimeapps.list" ,(local-file "config/xdg/mimeapps.list" #:recursive? #t))
+ ("user-dirs.dirs" ,(local-file "config/xdg/user-dirs.dirs" #:recursive? #t))
+ ("starship.toml" ,(local-file "config/starship/starship.toml" #:recursive? #t))
+ ("home-manager/home.nix" ,(local-file "home.nix" #:recursive? #t)) ))
+
(service home-files-service-type
`((".local/share/nvim/site/autoload/plug.vim" ,(file-append vim-plug "/share/vim/plug.vim"))
- (".ssh/config" ,(local-file "ssh/config"))
- (".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
- (".local/share/fonts" ,(local-file "fonts" #:recursive? #t))
- (".local/share/applications" ,(local-file "applications" #:recursive? #t))
- (".local/share/icons" ,(local-file "icons" #:recursive? #t))
- (".gtkrc-2.0" ,(local-file "gtk/gtkrc-2.0"))
+ (".ssh/config" ,(local-file "config/ssh/config"))
+ (".gnupg/sshcontrol" ,(local-file "config/gnupg/sshcontrol"))
+ (".local/share/fonts" ,(local-file "local/fonts" #:recursive? #t))
+ (".local/share/applications" ,(local-file "local/applications" #:recursive? #t))
+ (".local/share/icons" ,(local-file "local/icons" #:recursive? #t))
(".nix-channels" ,(local-file "nix-channels"))
- (".gitconfig" ,(local-file "git/gitconfig"))))
+ (".gitconfig" ,(local-file "config/git/gitconfig"))))
(service home-pipewire-service-type)
(service home-dbus-service-type)