lol
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# Hardware modules
|
||||
./hardware/mobile.nix
|
||||
./hardware/surface-pro6.nix
|
||||
./hardware/wifi.nix
|
||||
|
||||
# Programs
|
||||
./programs/alacritty
|
||||
|
||||
@@ -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.
@@ -24,7 +24,7 @@
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = let
|
||||
sshPort = (import ../../lib/ports.nix).sshPort;
|
||||
sshPort = 3434;
|
||||
in {
|
||||
ayame = {
|
||||
port = sshPort;
|
||||
|
||||
Reference in New Issue
Block a user