small thunar and greetd changes and some refactoring
This commit is contained in:
@@ -74,6 +74,9 @@
|
||||
ssh = {
|
||||
enable = true;
|
||||
};
|
||||
thunar = {
|
||||
enable = true;
|
||||
};
|
||||
tuirun = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
sharedImports = [
|
||||
# ./etc
|
||||
"${self}/.scripts"
|
||||
"${self}/scripts"
|
||||
self.nixosModules.home
|
||||
self.nixosModules.options
|
||||
];
|
||||
|
||||
@@ -65,6 +65,9 @@
|
||||
ssh = {
|
||||
enable = true;
|
||||
};
|
||||
thunar = {
|
||||
enable = true;
|
||||
};
|
||||
tuirun = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user