mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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 ];
|
environment.systemPackages = with pkgs; [ nix-init pavucontrol ];
|
||||||
|
|
||||||
# DE
|
|
||||||
programs.sway = {
|
|
||||||
enable = true;
|
|
||||||
package = null;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
terminus_font
|
terminus_font
|
||||||
|
|
@ -108,7 +102,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
startWhenNeeded = true;
|
startWhenNeeded = true;
|
||||||
settings = {
|
settings = {
|
||||||
X11Forwarding = true;
|
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue