switch thinkpad to gnome
This commit is contained in:
parent
e0a3a07dae
commit
dddec191e7
3 changed files with 15 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
../home-default.nix
|
../home-default.nix
|
||||||
../../../modules/syncthing.nix
|
../../../modules/syncthing.nix
|
||||||
../../../modules/tex.nix
|
../../../modules/tex.nix
|
||||||
../../../modules/hyprland/home.nix
|
../../../modules/gnome/home.nix
|
||||||
../../../modules/firefox.nix
|
../../../modules/firefox.nix
|
||||||
../../../modules/ghostty.nix
|
../../../modules/ghostty.nix
|
||||||
../../../modules/papis.nix
|
../../../modules/papis.nix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../system-default.nix
|
../system-default.nix
|
||||||
../../../modules/hyprland/system.nix
|
../../../modules/gnome/system.nix
|
||||||
../../../modules/tailscale.nix
|
../../../modules/tailscale.nix
|
||||||
../../../modules/login-display.nix
|
../../../modules/login-display.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -48,10 +48,9 @@ in
|
||||||
(lib.optionals (!cfg.alwaysShowTopBar) [ "hidetopbar@mathieu.bidon.ca" ])
|
(lib.optionals (!cfg.alwaysShowTopBar) [ "hidetopbar@mathieu.bidon.ca" ])
|
||||||
++ [
|
++ [
|
||||||
"pano@elhan.io"
|
"pano@elhan.io"
|
||||||
"rounded-window-corners@fxgn"
|
|
||||||
];
|
];
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"Thunar.desktop"
|
"thunar.desktop"
|
||||||
"com.mitchellh.ghostty.desktop"
|
"com.mitchellh.ghostty.desktop"
|
||||||
"firefox.desktop"
|
"firefox.desktop"
|
||||||
"obsidian.desktop"
|
"obsidian.desktop"
|
||||||
|
|
@ -128,9 +127,19 @@ in
|
||||||
# Configure GTK theme and icon theme
|
# Configure GTK theme and icon theme
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
theme = {
|
||||||
|
name = "Adwaita-dark";
|
||||||
|
package = pkgs.gnome-themes-extra;
|
||||||
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.adwaita-icon-theme;
|
package = pkgs.papirus-icon-theme;
|
||||||
name = "Adwaita";
|
name = "Papirus-Dark";
|
||||||
|
};
|
||||||
|
gtk3.extraConfig = {
|
||||||
|
gtk-application-prefer-dark-theme = 1;
|
||||||
|
};
|
||||||
|
gtk4.extraConfig = {
|
||||||
|
gtk-application-prefer-dark-theme = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -156,7 +165,6 @@ in
|
||||||
(lib.optionals (!cfg.alwaysShowTopBar) [ gnomeExtensions.hide-top-bar ])
|
(lib.optionals (!cfg.alwaysShowTopBar) [ gnomeExtensions.hide-top-bar ])
|
||||||
++ [
|
++ [
|
||||||
gnomeExtensions.pano
|
gnomeExtensions.pano
|
||||||
gnomeExtensions.rounded-window-corners
|
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue