mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
wont boot, trying to add sway to system
This commit is contained in:
parent
7685c191c6
commit
0cf7ddf1f9
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,13 @@
|
||||||
};
|
};
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue