Alright this ain't finished cause of the home stuff but I don't wanna lose what I've done. Impermanence, disko, lots of changes. TODO: add modularity to home.
This commit is contained in:
parent
7a3f60038b
commit
15ab10152b
109 changed files with 766 additions and 749 deletions
7
modules/home/services/default.nix
Normal file
7
modules/home/services/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./gnome-keyring
|
||||
./udiskie
|
||||
];
|
||||
}
|
4
modules/home/services/gnome-keyring/default.nix
Normal file
4
modules/home/services/gnome-keyring/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.gnome-keyring.enable = true;
|
||||
}
|
7
modules/home/services/udiskie/default.nix
Normal file
7
modules/home/services/udiskie/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.udiskie = {
|
||||
enable = true;
|
||||
automount = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue