Change structure, add scanner deps and fix configurations
This commit is contained in:
@@ -1,45 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.os.gnome.shell;
|
||||
in
|
||||
{
|
||||
options.os.gnome.shell = {
|
||||
enable = mkEnableOption "System gnome shell service";
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
services.gnome.games.enable = false;
|
||||
services.gnome.core-apps.enable = false;
|
||||
services.gnome.core-developer-tools.enable = false;
|
||||
|
||||
environment = {
|
||||
|
||||
gnome.excludePackages = with pkgs; [
|
||||
gnome-tour
|
||||
gnome-user-docs
|
||||
];
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
|
||||
# Gnome terminal
|
||||
ghostty
|
||||
|
||||
# Gnome Extensions
|
||||
gnomeExtensions.paperwm
|
||||
gnomeExtensions.app-hider
|
||||
gnomeExtensions.dash-to-dock
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
@@ -33,10 +33,10 @@ in
|
||||
systemPackages =
|
||||
with pkgs;
|
||||
[ nautilus ]
|
||||
++ [ ptyxis ]
|
||||
++ [
|
||||
loupe
|
||||
papers
|
||||
simple-scan
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user