diff options
author | Thanos Apollo <[email protected]> | 2024-05-15 07:17:34 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-15 07:17:34 +0300 |
commit | 405030147e0a93e7efd92d6057845da63f80a0c9 (patch) | |
tree | 4aae2e798b5a6144ba0d4a7cda35377e07e777c4 /guix | |
parent | cbca62bc0a73e8de64878d1dcf479bf2c8ffdf54 (diff) |
guix:(home,system) Update packages
Move password-store under home configuration.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/home.scm | 2 | ||||
-rw-r--r-- | guix/system.scm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/guix/home.scm b/guix/home.scm index 38d4f21..eaba51e 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -25,7 +25,7 @@ "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" - "alacritty" "wtype" "emacs-geiser" "emacs-geiser-guile" + "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"))) diff --git a/guix/system.scm b/guix/system.scm index 71f6027..5d8be21 100644 --- a/guix/system.scm +++ b/guix/system.scm @@ -38,8 +38,8 @@ (packages (append (map specification->package '("sway" "swaylock" "swaylock-effects" "swaybg" - "waybar" "gnupg" "pinentry" "password-store" - "font-jetbrains-mono" "docker" "docker-cli")) + "waybar" "gnupg" "pinentry" "font-jetbrains-mono" + "docker" "docker-cli")) %base-packages)) ;; Below is the list of system services. To search for available |