plasma etc

This commit is contained in:
Till 2025-12-13 01:18:23 +01:00
parent d79cce2ef1
commit 010c35909d
4 changed files with 5 additions and 2 deletions

View file

@ -46,6 +46,7 @@
imports = [
./slim-desktop.nix
./gnome
./plasma.nix
./firefox.nix
./librewolf.nix
./tex.nix

View file

@ -7,7 +7,7 @@
main = {
shell = "${pkgs.fish}/bin/fish -c 'tmux attach'";
pad = "17x17";
font = "JetBrains Mono:size=14";
font = "JetBrains Mono:size=15";
# font = "Adwaita Mono:size=14";
initial-window-mode = "maximized";
line-height = "19";

View file

@ -10,7 +10,7 @@
home.packages = with pkgs.gnomeExtensions; [
run-or-raise
removable-drive-menu
system-monitor
# system-monitor
];
dconf.settings = {

View file

@ -8,6 +8,7 @@
services.xserver.desktopManager.gnome.enable = true;
services.gnome.gnome-browser-connector.enable = true;
environment.gnome.excludePackages = (with pkgs; [
gnome-tour
geary
@ -15,6 +16,7 @@
gnome-contacts
gnome-initial-setup
]);
environment.systemPackages = with pkgs; [
gnome-sound-recorder
gnome-tweaks