Remove gnome-related programs
This commit is contained in:
parent
30293d6b58
commit
53f2068d24
2 changed files with 52 additions and 56 deletions
|
@ -15,10 +15,8 @@ in
|
|||
home.packages = with pkgs; [
|
||||
keepass fontconfig nodejs rustup gcc gdb
|
||||
binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy
|
||||
gnome3.gnome-shell-extensions chrome-gnome-shell gnomeExtensions.clipboard-indicator
|
||||
gnomeExtensions.caffeine gnomeExtensions.no-title-bar
|
||||
openjdk11 gimp restic glxinfo discord steam
|
||||
zoom-us unstable.notable
|
||||
openjdk11 gimp restic glxinfo discord
|
||||
unstable.notable
|
||||
nodejs-10_x hugo mercurial terraform libreoffice
|
||||
unzip tor-browser-bundle-bin aria vlc
|
||||
jetbrains.goland jetbrains.clion
|
||||
|
@ -38,7 +36,6 @@ in
|
|||
./user-xsession.nix
|
||||
];
|
||||
|
||||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
primary = {
|
||||
background= "0x002b36";
|
||||
foreground= "0x839496";
|
||||
|
||||
};
|
||||
|
||||
normal = {
|
||||
|
@ -61,4 +60,4 @@
|
|||
live_config_reload= true;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue