mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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 ];
|
||||
|
||||
|
||||
# DE
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
package = null;
|
||||
};
|
||||
|
||||
# Fonts
|
||||
fonts.fonts = with pkgs; [
|
||||
terminus_font
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue