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 = [
|
imports = [
|
||||||
./slim-desktop.nix
|
./slim-desktop.nix
|
||||||
./gnome
|
./gnome
|
||||||
|
./plasma.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./librewolf.nix
|
./librewolf.nix
|
||||||
./tex.nix
|
./tex.nix
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
main = {
|
main = {
|
||||||
shell = "${pkgs.fish}/bin/fish -c 'tmux attach'";
|
shell = "${pkgs.fish}/bin/fish -c 'tmux attach'";
|
||||||
pad = "17x17";
|
pad = "17x17";
|
||||||
font = "JetBrains Mono:size=14";
|
font = "JetBrains Mono:size=15";
|
||||||
# font = "Adwaita Mono:size=14";
|
# font = "Adwaita Mono:size=14";
|
||||||
initial-window-mode = "maximized";
|
initial-window-mode = "maximized";
|
||||||
line-height = "19";
|
line-height = "19";
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
home.packages = with pkgs.gnomeExtensions; [
|
home.packages = with pkgs.gnomeExtensions; [
|
||||||
run-or-raise
|
run-or-raise
|
||||||
removable-drive-menu
|
removable-drive-menu
|
||||||
system-monitor
|
# system-monitor
|
||||||
];
|
];
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.xserver.desktopManager.gnome.enable = true;
|
||||||
services.gnome.gnome-browser-connector.enable = true;
|
services.gnome.gnome-browser-connector.enable = true;
|
||||||
|
|
||||||
environment.gnome.excludePackages = (with pkgs; [
|
environment.gnome.excludePackages = (with pkgs; [
|
||||||
gnome-tour
|
gnome-tour
|
||||||
geary
|
geary
|
||||||
|
|
@ -15,6 +16,7 @@
|
||||||
gnome-contacts
|
gnome-contacts
|
||||||
gnome-initial-setup
|
gnome-initial-setup
|
||||||
]);
|
]);
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome-sound-recorder
|
gnome-sound-recorder
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue