summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm20
1 files changed, 10 insertions, 10 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 9bdf2ae..33f5a8e 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -48,10 +48,10 @@
48 "fd" 48 "fd"
49 ;"fish" 49 ;"fish"
50 "xdg-utils" 50 "xdg-utils"
51 "abook" 51 ;"abook"
52 "libnotify" 52 "libnotify"
53 "fzf" 53 "fzf"
54 "waypipe" 54 ;"waypipe"
55 "foot" 55 "foot"
56 "pulseaudio" ;only for pactl 56 "pulseaudio" ;only for pactl
57 "qpwgraph" 57 "qpwgraph"
@@ -62,7 +62,7 @@
62 "binutils" 62 "binutils"
63 "gcc-toolchain" 63 "gcc-toolchain"
64 "borg" 64 "borg"
65 "restic" 65 ;"restic"
66 "rsync" 66 "rsync"
67 "cloc" 67 "cloc"
68 "sc-im" 68 "sc-im"
@@ -76,12 +76,12 @@
76 "libreoffice" 76 "libreoffice"
77 "flatpak" 77 "flatpak"
78 "gnupg" 78 "gnupg"
79 "spotifyd" 79 ;"spotifyd"
80 "lsof" 80 "lsof"
81 "pavucontrol" 81 "pavucontrol"
82 "netcat" 82 "netcat"
83 "bind:utils" 83 "bind:utils"
84 "font-cns11643" 84 "font-cns11643-swjz"
85 "font-google-noto-emoji" 85 "font-google-noto-emoji"
86 "syncthing" 86 "syncthing"
87 ;"taskwarrior" 87 ;"taskwarrior"
@@ -125,7 +125,7 @@
125 "python:tk" 125 "python:tk"
126 "file" 126 "file"
127 "python-lsp-server" 127 "python-lsp-server"
128 "kdenlive" 128 ;"kdenlive"
129 "sqlite" 129 "sqlite"
130 ;"mpv" ; Now a nix pkg for MESA stuff 130 ;"mpv" ; Now a nix pkg for MESA stuff
131 "qbittorrent" 131 "qbittorrent"
@@ -142,7 +142,7 @@
142 "signal-desktop" 142 "signal-desktop"
143 "sc-im" 143 "sc-im"
144 "git-lfs")) 144 "git-lfs"))
145 (list my-neovim calcurse-fixed ))) 145 (list calcurse-fixed )))
146 146
147 ;; Below is the list of Home services. To search for available 147 ;; Below is the list of Home services. To search for available
148 ;; services, run 'guix home search KEYWORD' in a terminal. 148 ;; services, run 'guix home search KEYWORD' in a terminal.
@@ -183,19 +183,19 @@
183 `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) 183 `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim"))
184 (".ssh/config" ,(local-file "ssh/config")) 184 (".ssh/config" ,(local-file "ssh/config"))
185 (".icons" ,(local-file "icons" #:recursive? #t)) 185 (".icons" ,(local-file "icons" #:recursive? #t))
186 (".mozilla/native-messaging-hosts/gpgmejson.json" ,(local-file "mailvelope/gpgmejson.json")) 186 ;(".mozilla/native-messaging-hosts/gpgmejson.json" ,(local-file "mailvelope/gpgmejson.json"))
187 (".local/share/mailvelope" ,(local-file "mailvelope" #:recursive? #t)) 187 (".local/share/mailvelope" ,(local-file "mailvelope" #:recursive? #t))
188 (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) 188 (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json"))
189 (".local/share/tridactyl" ,(local-file "tridactyl" #:recursive? #t)) 189 (".local/share/tridactyl" ,(local-file "tridactyl" #:recursive? #t))
190 ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) 190 ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
191 ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) 191 ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
192 (".gnupg/gpg.conf" ,(local-file "gnupg/gpg.conf")) 192 ;(".gnupg/gpg.conf" ,(local-file "gnupg/gpg.conf"))
193 (".local/share/fonts" ,(local-file "fonts" #:recursive? #t)) 193 (".local/share/fonts" ,(local-file "fonts" #:recursive? #t))
194 (".gitconfig" ,(local-file "gitconfig")) 194 (".gitconfig" ,(local-file "gitconfig"))
195 (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t)) 195 (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t))
196 (".nix-channels" ,(local-file "nix-channels")))) 196 (".nix-channels" ,(local-file "nix-channels"))))
197 (service home-pipewire-service-type) 197 (service home-pipewire-service-type)
198 (service home-spotifyd-service-type) 198 ;(service home-spotifyd-service-type)
199 ; font things for nix to play nice 199 ; font things for nix to play nice
200 (simple-service 'additional-fonts-service 200 (simple-service 'additional-fonts-service
201 home-fontconfig-service-type 201 home-fontconfig-service-type