Compare commits

..

No commits in common. "d6732fe48449013f750ca5f3a118472c349c5724" and "69291566ee714cc91ad1a28eafabe2666a97d293" have entirely different histories.

5 changed files with 2 additions and 15 deletions

View file

@ -25,7 +25,6 @@
pssh # Parallel SSH
python3 # Python 3
tldr # TLDR pages
unzip # unzip it
zip # zip it
unzip # zip-unzip it
];
}

View file

@ -8,6 +8,5 @@
home.packages = with pkgs; [
obsidian
qFlipper
remmina
];
}

View file

@ -6,7 +6,6 @@
gdm = {
enable = true;
autoSuspend = false;
wayland = true;
};
};
desktopManager = {
@ -34,4 +33,4 @@
hibernate.enable = false;
hybrid-sleep.enable = false;
};
}
}

View file

@ -1,9 +0,0 @@
{
services = {
xrdp = {
enable = true;
defaultWindowManager = "/run/current-system/sw/bin/gnome-shell";
openFirewall = true;
};
};
}

View file

@ -13,7 +13,6 @@
../common/optional/libvirtd.nix
../common/optional/pipewire.nix
../common/optional/printing.nix
../common/optional/remote-desktop.nix
../common/optional/sshd.nix
];