setup desktop with nixos
This commit is contained in:
parent
4585904bdc
commit
be2290371c
9 changed files with 106 additions and 24 deletions
11
gnome.nix
11
gnome.nix
|
|
@ -31,4 +31,15 @@
|
|||
gnome-music
|
||||
pkgs.gnome-connections
|
||||
];
|
||||
|
||||
home-manager.users.vinzenz = {
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
gnome.gpaste
|
||||
amberol
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue