diff options
author | Thanos Apollo <[email protected]> | 2024-05-15 07:01:59 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-15 07:01:59 +0300 |
commit | 03befaf28c1346a01e55f7c9b7c45306203bf2eb (patch) | |
tree | c73f0cf262f59e68b41d3559eb33a3eeabd25649 /guix/system.scm | |
parent | a6517ee160b381c2cf29377d264d6b25794bf456 (diff) |
guix:(system) Update packages
Diffstat (limited to 'guix/system.scm')
-rw-r--r-- | guix/system.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/system.scm b/guix/system.scm index 2a86298..71f6027 100644 --- a/guix/system.scm +++ b/guix/system.scm @@ -39,8 +39,7 @@ (append (map specification->package '("sway" "swaylock" "swaylock-effects" "swaybg" "waybar" "gnupg" "pinentry" "password-store" - "isync" "python" "font-jetbrains-mono" "docker" - "docker-cli" "icecat" "git" "avahi")) + "font-jetbrains-mono" "docker" "docker-cli")) %base-packages)) ;; Below is the list of system services. To search for available |