mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
pls fix
This commit is contained in:
parent
81ec026bf5
commit
081c2ff814
2 changed files with 8 additions and 1 deletions
|
|
@ -18,6 +18,12 @@
|
|||
};
|
||||
environment.systemPackages = with pkgs; [ nix-init pavucontrol ];
|
||||
|
||||
# DE
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
package = null;
|
||||
};
|
||||
|
||||
# Fonts
|
||||
fonts.fonts = with pkgs; [
|
||||
terminus_font
|
||||
|
|
@ -102,6 +108,7 @@
|
|||
enable = true;
|
||||
startWhenNeeded = true;
|
||||
settings = {
|
||||
X11Forwarding = true;
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue