Compare commits
4 commits
7e4953faae
...
284cd8482f
Author | SHA1 | Date | |
---|---|---|---|
|
284cd8482f | ||
|
9d97620d6c | ||
|
5cd4eb6b60 | ||
|
cf18ad1761 |
3 changed files with 4 additions and 5 deletions
|
@ -13,11 +13,8 @@
|
|||
|
||||
# Desktop Environment KDE
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Enable Wayland
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
pass
|
||||
pass hplip
|
||||
libreoffice-fresh ding
|
||||
simple-scan xsane gimp imagemagick ffmpeg
|
||||
thunderbird signal-desktop
|
||||
|
|
|
@ -51,6 +51,8 @@
|
|||
yubioath-flutter
|
||||
#ripgrep
|
||||
authenticator
|
||||
ollama
|
||||
gpt4all
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue