summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-17 09:36:46 +0300
committerThanos Apollo <[email protected]>2024-05-17 09:36:46 +0300
commit3054ae9077a1ad08772630bbc236a471ac1fd71d (patch)
tree04741c8b9a7855332e085639759462741f1a9c8b /guix
parente5aa22a3ab159f3932222db0088841dfcd7dbc6d (diff)
guix:(home) Update packages & aliases
Diffstat (limited to 'guix')
-rw-r--r--guix/home.scm10
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