mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added sshfs to packages
This commit is contained in:
parent
1880b1d425
commit
051816c8f5
@ -7,6 +7,7 @@
|
||||
vim
|
||||
# Sytem utilities
|
||||
ripgrep
|
||||
sshfs
|
||||
wget
|
||||
git
|
||||
tree
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{ pkgs, ...}:
|
||||
|
||||
{
|
||||
services.xserver.displayManager = {
|
||||
services.xserver = {
|
||||
displayManager = {
|
||||
defaultSession = "hyprland";
|
||||
lightdm = {
|
||||
enable = true;
|
||||
@ -10,8 +11,9 @@
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
# EOF
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user