mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-24 18:12:18 +00:00
Compare commits
No commits in common. "d6732fe48449013f750ca5f3a118472c349c5724" and "69291566ee714cc91ad1a28eafabe2666a97d293" have entirely different histories.
d6732fe484
...
69291566ee
5 changed files with 2 additions and 15 deletions
|
@ -25,7 +25,6 @@
|
|||
pssh # Parallel SSH
|
||||
python3 # Python 3
|
||||
tldr # TLDR pages
|
||||
unzip # unzip it
|
||||
zip # zip it
|
||||
unzip # zip-unzip it
|
||||
];
|
||||
}
|
||||
|
|
|
@ -8,6 +8,5 @@
|
|||
home.packages = with pkgs; [
|
||||
obsidian
|
||||
qFlipper
|
||||
remmina
|
||||
];
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
|
@ -34,4 +33,4 @@
|
|||
hibernate.enable = false;
|
||||
hybrid-sleep.enable = false;
|
||||
};
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
services = {
|
||||
xrdp = {
|
||||
enable = true;
|
||||
defaultWindowManager = "/run/current-system/sw/bin/gnome-shell";
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue