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