This commit is contained in:
2022-10-15 12:06:07 +02:00
parent 16dc290cfa
commit 62af5ec3c5
8 changed files with 14 additions and 66 deletions

View File

@@ -3,7 +3,6 @@
# Hardware modules
./hardware/mobile.nix
./hardware/surface-pro6.nix
./hardware/wifi.nix
# Programs
./programs/alacritty

View File

@@ -160,9 +160,13 @@ in {
breeze-gtk
bismuth
gwenview
yakuake
yakuake
kdeplasma-addons
plasma-nm
] ++ lib.optionals cfg.mobile.enable plasmaMobilePackages;
packages = with pkgs; [
kde-rounded-corners
index-fm
rsibreak
kalendar

Binary file not shown.

View File

@@ -24,7 +24,7 @@
programs.ssh = {
enable = true;
matchBlocks = let
sshPort = (import ../../lib/ports.nix).sshPort;
sshPort = 3434;
in {
ayame = {
port = sshPort;