Changes between Version 2 and Version 3 of home configuration


Ignore:
Timestamp:
04/29/25 17:00:54 (4 weeks ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • home configuration

    v2 v3  
    11== What is a users home configuration?
    22
    3 soon
     3Summary from Guix manual:
     4
     5Guix supports declarative configuration of home environments by utilizing the configuration mechanism, but for user’s dotfiles and packages.
     6It works both on Guix System and foreign distros and allows users to declare all the packages and services that should be installed and configured for the user.
     7Once a user has written a file containing home-environment record, such a configuration can be instantiated by an unprivileged user with the guix home command.
     8
     9----
     10
     11That way you can take your home environment to every computer (running Guix) and keep it synchronized and under version control. You feel home
    412
    513[WikiStart Back]