remove unused stuff, add nicer sddm theme
This commit is contained in:
parent
85d40d0a25
commit
274954af86
5 changed files with 36 additions and 20 deletions
|
@ -32,6 +32,7 @@
|
|||
desktopManager.plasma5.enable = true;
|
||||
displayManager.sddm.wayland.enable = true;
|
||||
displayManager.sddm.enableHidpi = true;
|
||||
displayManager.sddm.theme = "rose-pine";
|
||||
};
|
||||
dbus.enable = true;
|
||||
};
|
||||
|
@ -90,6 +91,7 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
(callPackage ./sddm-rose-pine.nix {})
|
||||
(vscode-with-extensions.override {
|
||||
vscode = vscodium;
|
||||
vscodeExtensions = with vscode-extensions; [
|
||||
|
@ -130,15 +132,15 @@
|
|||
gimp-with-plugins
|
||||
hunspell
|
||||
hunspellDicts.fr-moderne
|
||||
hyprpaper
|
||||
#hyprpaper
|
||||
inkscape-with-extensions
|
||||
kde-rounded-corners
|
||||
#kde-rounded-corners
|
||||
kitty
|
||||
latte-dock
|
||||
libreoffice-qt
|
||||
libsForQt5.ark
|
||||
#libsForQt5.krohnkite
|
||||
libsForQt5.bismuth
|
||||
#libsForQt5.bismuth
|
||||
mixxx
|
||||
mumble
|
||||
neochat
|
||||
|
@ -147,7 +149,7 @@
|
|||
signal-desktop
|
||||
thunderbird
|
||||
tigervnc
|
||||
tor-browser-bundle-bin
|
||||
#tor-browser-bundle-bin
|
||||
transmission-qt
|
||||
unetbootin
|
||||
vlc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue