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