diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/home.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/guix/home.scm b/guix/home.scm index b54bdff..52b2a40 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -24,11 +24,12 @@ "hyfetch" "font-iosevka-aile" "font-jetbrains-mono" "isync" "emacs-nov-el" "syncthing" "emacs-pdf-tools" "ungoogled-chromium" "python-lsp-server" "transmission" "mpv" "yt-dlp" "icecat" "dino" - "0ad" "git" "torbrowser" "emacs-elpy" "python-mypy" "fuzzel" + "0ad" "git" "torbrowser" "emacs-elpy" "python-mypy" "fuzzel" "wl-clipboard" "alacritty" "wtype" "emacs-geiser" "emacs-geiser-guile" "password-store" "emacs-ox-haunt" "sbcl" "curl" "emacs-vterm" "emacs-jabber" "bind" "nmap" "hunspell" "guile-syntax-highlight" "hunspell-dict-en-us" - "mlocate" "rsync" "grimshot" "nyxt" "haunt" "texlive" "texlive-cbfonts"))) + "mlocate" "rsync" "grimshot" "nyxt" "haunt" "texlive" "texlive-cbfonts" + "network-manager-applet" "swayidle"))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. (services @@ -39,7 +40,6 @@ ("gaa" . "git add .") ("gc" . "git commit -m") ("gp" . "git push -u origin") - ("gpd" . "git push -u origin developer") ("gpm" . "git push -u origin master") ("grep" . "grep --color=auto") ("gs" . "git status") @@ -56,8 +56,8 @@ (home-dotfiles-configuration (directories '("/home/thanos/dotfiles/")) (excluded '(".*~" ".*\\.swp" "\\.git" "\\.gitignore" - ".*emacs.el" "waybar-config" "vimium-options.json" - ".*bash" "README" "LICENSE" ".*\\.scm" "__pycache__" "bash-base.sh")) + "vimium-options.json" "README" "LICENSE" ".*\\.scm" "__pycache__" + "bash-prompt.sh")) (layout 'plain))) ;; Env variables (simple-service 'profile-service-type |