refactor: start making flake exposed modules with desktop

This commit is contained in:
matt1432 2024-06-27 00:56:27 -04:00
parent c119757766
commit 85a3c28438
49 changed files with 208 additions and 128 deletions

View file

@ -19,7 +19,6 @@
../modules/arion
../modules/borgbackup
../modules/nvidia.nix
];
boot.tmp.useTmpfs = true;

View file

@ -56,28 +56,6 @@ in {
'';
};
mainMonitor = mkOption {
type = types.str;
description = ''
The name of the main monitor used for Hyprland
and Regreet which also uses Hyprland
'';
# This is to allow a bash script to know whether this value exists
default = "null";
};
greetdDupe = mkOption {
type = types.bool;
description = ''
If we should duplicate regreet on all monitors
'';
default = true;
};
fontSize = mkOption {
type = types.nullOr types.float;
};
neovimIde = mkOption {
type = types.bool;
default = true;