mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-24 18:12:18 +00:00
Compare commits
5 commits
69291566ee
...
d6732fe484
Author | SHA1 | Date | |
---|---|---|---|
d6732fe484 | |||
68addf91b4 | |||
|
e3bf391c8c | ||
1d27766d74 | |||
a51d38d7d9 |
5 changed files with 15 additions and 2 deletions
|
@ -25,6 +25,7 @@
|
|||
pssh # Parallel SSH
|
||||
python3 # Python 3
|
||||
tldr # TLDR pages
|
||||
unzip # zip-unzip it
|
||||
unzip # unzip it
|
||||
zip # zip it
|
||||
];
|
||||
}
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
home.packages = with pkgs; [
|
||||
obsidian
|
||||
qFlipper
|
||||
remmina
|
||||
];
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
|
@ -33,4 +34,4 @@
|
|||
hibernate.enable = false;
|
||||
hybrid-sleep.enable = false;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
9
hosts/common/optional/remote-desktop.nix
Normal file
9
hosts/common/optional/remote-desktop.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services = {
|
||||
xrdp = {
|
||||
enable = true;
|
||||
defaultWindowManager = "/run/current-system/sw/bin/gnome-shell";
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
../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