Flatpak, ente photos, dns/net utils
This commit is contained in:
parent
de6f08c1c0
commit
7ea90427b0
4 changed files with 28 additions and 26 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu packages monitoring)
|
||||
#:use-module (gnu packages video)
|
||||
#:use-module (gnu packages texlive)
|
||||
#:use-module (gnu services)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (gnu home services shells)
|
||||
|
|
@ -47,6 +48,7 @@
|
|||
#:use-module (gnu packages gimp)
|
||||
#:use-module (gnu packages inkscape)
|
||||
#:use-module (gnu packages wm)
|
||||
#:use-module (gnu packages dns)
|
||||
)
|
||||
|
||||
(define tune
|
||||
|
|
@ -56,6 +58,8 @@
|
|||
;; Below is the list of packages that will show up in your
|
||||
;; Home profile, under ~/.guix-home/profile.
|
||||
(packages (list git
|
||||
texlive
|
||||
libnotify
|
||||
kitty
|
||||
btop
|
||||
fastfetch
|
||||
|
|
@ -80,6 +84,8 @@
|
|||
nautilus
|
||||
dankmaterialshell
|
||||
secretsd
|
||||
`(,isc-bind "utils") ;; dig for dns
|
||||
inetutils
|
||||
xournalpp))
|
||||
|
||||
;; Below is the list of Home services. To search for available
|
||||
|
|
@ -116,9 +122,9 @@
|
|||
(home-dotfiles-configuration
|
||||
(directories '("../../files"))))
|
||||
;(service home-secretsd-service-type)
|
||||
;(service home-flatpak-service-type
|
||||
; (home-flatpak-configuration
|
||||
; (apps '("in.cinny.Cinny"))))
|
||||
(service home-flatpak-service-type
|
||||
(home-flatpak-configuration
|
||||
(apps '("io.ente.photos"))))
|
||||
(service home-emacs-service-type
|
||||
(home-emacs-configuration
|
||||
(emacs (tune guixmacs))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue