plasma etc
This commit is contained in:
parent
d79cce2ef1
commit
010c35909d
4 changed files with 5 additions and 2 deletions
|
|
@ -46,6 +46,7 @@
|
|||
imports = [
|
||||
./slim-desktop.nix
|
||||
./gnome
|
||||
./plasma.nix
|
||||
./firefox.nix
|
||||
./librewolf.nix
|
||||
./tex.nix
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
home.packages = with pkgs.gnomeExtensions; [
|
||||
run-or-raise
|
||||
removable-drive-menu
|
||||
system-monitor
|
||||
# system-monitor
|
||||
];
|
||||
|
||||
dconf.settings = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue