unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* guix home
@ 2023-03-26 16:43 Gottfried
  2023-03-26 17:09 ` hub.lombard
  2023-03-27 23:28 ` Csepp
  0 siblings, 2 replies; 5+ messages in thread
From: Gottfried @ 2023-03-26 16:43 UTC (permalink / raw)
  To: help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 274 bytes --]

Hi,

has everybody of you installed his personal environment "guix home"

or is there somebody who hasn’t?
If so, why?

I am going to shape my configuration
and checking out what others do
to find the best solution for my case.
-- 
Kind regards

Gottfried


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix home
  2023-03-26 16:43 guix home Gottfried
@ 2023-03-26 17:09 ` hub.lombard
  2023-03-27  7:01   ` hub.lombard
  2023-03-27 23:28 ` Csepp
  1 sibling, 1 reply; 5+ messages in thread
From: hub.lombard @ 2023-03-26 17:09 UTC (permalink / raw)
  To: Gottfried; +Cc: help-guix

Hi Gotfried,

I have installed my personal 'guix home' environment. There must be some users who haven't installed it.

Guix Home provides the fully declarative configuration of the Guix System to home directories.
Not an expert at all :) Please, read the following link for infos:

https://guix.gnu.org/fr/blog/2022/keeping-ones-home-tidy/


Happy hacking with guix home!


Hubert

----- Mail original -----
De: "Gottfried" <gottfried@posteo.de>
À: help-guix@gnu.org
Envoyé: Dimanche 26 Mars 2023 18:43:07
Objet: guix home

Hi,

has everybody of you installed his personal environment "guix home"

or is there somebody who hasn’t?
If so, why?

I am going to shape my configuration
and checking out what others do
to find the best solution for my case.
-- 
Kind regards

Gottfried



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix home
  2023-03-26 17:09 ` hub.lombard
@ 2023-03-27  7:01   ` hub.lombard
  0 siblings, 0 replies; 5+ messages in thread
From: hub.lombard @ 2023-03-27  7:01 UTC (permalink / raw)
  To: Gottfried; +Cc: help-guix

Hi again Gottfried!

I forgot to tell you my guix home... It is still quite minimal. Here it is:

.guix-home/configuration.scm

---------------------------------------------------------------------------
(use-modules
  (gnu home)
  (gnu home services desktop)
  (gnu services mcron)
  (gnu packages)
  (gnu services)
  (guix gexp)
  (gnu home services shells))

(home-environment
  (packages
    (map (compose list specification->package+output)
         (list "polkit"
               "bitmask"
               "youtube-dl"
               "jami"
               "zynaddsubfx"
               "inkscape"
               "gimp"
               "obs"
               "nextcloud-client"
               "transmission"
               "handbrake"
               "mpv"
               "quassel"
               "claws-mail"
               "ublock-origin-chromium"
               "ungoogled-chromium"
               "wireguard-tools"
               "vim"
               "dosfstools")))
               
;;  (simple-service 'idutils home-mcron-service-type
;;                ;; Every day at 12:15 and 19:15.
;;                (list #~(job '(next-minute-from (next-hour '(12 19)) '(15))
;;                             (string-append #$idutils "/bin/mkid \
;;-o $HOME/.idutils/src.db $HOME/src")))) 
;;"/bin/mkid -o $HOME/.idutils/src.db $HOME/src"))))) : invalid field specifier            
               
  (services
        (list
        (simple-service 'idutils home-mcron-service-type
                ;; Every day at 12:15 and 19:15.
                (list #~(job '(next-minute-from (next-hour '(12 19)) '(15))
                             (string-append #$idutils "/bin/mkid \
-o $HOME/.idutils/src.db $HOME/src"))))   
       (service
          home-redshift-service-type
          (home-redshift-configuration
             (location-provider 'manual)
             (latitude 35.81)    ;northern hemisphere
             (longitude -0.80))) ;west of Greenwich
          (service
            home-bash-service-type
            (home-bash-configuration
              (aliases
                '(("grep='grep --color" . "auto")
                  ("ll" . "ls -l")
                  ("ls='ls -p --color" . "auto")))
              (bashrc
                (list (local-file
                        "/home/hubert/src/guix-config/.bashrc"
                        "bashrc")))
              (bash-profile
                (list (local-file
                        "/home/hubert/src/guix-config/.bash_profile"
                        "bash_profile"))))))))
---------------------------------------------------------------------------


----- Mail original -----
De: "hub lombard" <hub.lombard@free.fr>
À: "Gottfried" <gottfried@posteo.de>
Cc: help-guix@gnu.org
Envoyé: Dimanche 26 Mars 2023 19:09:26
Objet: Re: guix home

Hi Gotfried,

I have installed my personal 'guix home' environment. There must be some users who haven't installed it.

Guix Home provides the fully declarative configuration of the Guix System to home directories.
Not an expert at all :) Please, read the following link for infos:

https://guix.gnu.org/fr/blog/2022/keeping-ones-home-tidy/


Happy hacking with guix home!


Hubert

----- Mail original -----
De: "Gottfried" <gottfried@posteo.de>
À: help-guix@gnu.org
Envoyé: Dimanche 26 Mars 2023 18:43:07
Objet: guix home

Hi,

has everybody of you installed his personal environment "guix home"

or is there somebody who hasn’t?
If so, why?

I am going to shape my configuration
and checking out what others do
to find the best solution for my case.
-- 
Kind regards

Gottfried




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix home
  2023-03-26 16:43 guix home Gottfried
  2023-03-26 17:09 ` hub.lombard
@ 2023-03-27 23:28 ` Csepp
  2023-04-07 12:23   ` Gottfried
  1 sibling, 1 reply; 5+ messages in thread
From: Csepp @ 2023-03-27 23:28 UTC (permalink / raw)
  To: Gottfried; +Cc: help-guix


Gottfried <gottfried@posteo.de> writes:

> [[PGP Signed Part:Undecided]]
> Hi,
>
> has everybody of you installed his personal environment "guix home"
>
> or is there somebody who hasn’t?
> If so, why?
>
> I am going to shape my configuration
> and checking out what others do
> to find the best solution for my case.

I'm using it on my netbook, but not on my other two main machines.
Honestly, I would suggest not using it, it's pretty rough around the
edges currently.  It is also not documented how to uninstall it.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: guix home
  2023-03-27 23:28 ` Csepp
@ 2023-04-07 12:23   ` Gottfried
  0 siblings, 0 replies; 5+ messages in thread
From: Gottfried @ 2023-04-07 12:23 UTC (permalink / raw)
  To: Csepp; +Cc: help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 738 bytes --]

Hi,

  thanks a lot for this very important message.

Then I won't install guix home now.

Kind regards

Gottfried


Am 28.03.23 um 01:28 schrieb Csepp:
> 
> Gottfried <gottfried@posteo.de> writes:
> 
>> [[PGP Signed Part:Undecided]]
>> Hi,
>>
>> has everybody of you installed his personal environment "guix home"
>>
>> or is there somebody who hasn’t?
>> If so, why?
>>
>> I am going to shape my configuration
>> and checking out what others do
>> to find the best solution for my case.
> 
> I'm using it on my netbook, but not on my other two main machines.
> Honestly, I would suggest not using it, it's pretty rough around the
> edges currently.  It is also not documented how to uninstall it.

-- 

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-07 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26 16:43 guix home Gottfried
2023-03-26 17:09 ` hub.lombard
2023-03-27  7:01   ` hub.lombard
2023-03-27 23:28 ` Csepp
2023-04-07 12:23   ` Gottfried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).