mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 02:22: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
|
pssh # Parallel SSH
|
||||||
python3 # Python 3
|
python3 # Python 3
|
||||||
tldr # TLDR pages
|
tldr # TLDR pages
|
||||||
unzip # unzip it
|
unzip # zip-unzip it
|
||||||
zip # zip it
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,5 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
obsidian
|
obsidian
|
||||||
qFlipper
|
qFlipper
|
||||||
remmina
|
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -6,7 +6,6 @@
|
||||||
gdm = {
|
gdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoSuspend = false;
|
autoSuspend = false;
|
||||||
wayland = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
|
|
|
@ -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/libvirtd.nix
|
||||||
../common/optional/pipewire.nix
|
../common/optional/pipewire.nix
|
||||||
../common/optional/printing.nix
|
../common/optional/printing.nix
|
||||||
../common/optional/remote-desktop.nix
|
|
||||||
../common/optional/sshd.nix
|
../common/optional/sshd.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue