mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update herbstluftvm.nix
This commit is contained in:
parent
e9e467b53f
commit
2afd6ddd26
1 changed files with 6 additions and 8 deletions
|
@ -5,16 +5,14 @@
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
windowManager.herbstluftvm.enable = {
|
||||
enable =true;
|
||||
extraPackages = with pkgs; [
|
||||
polybar # status bar
|
||||
rofi # launcher
|
||||
];
|
||||
}};
|
||||
windowManager.herbstluftvm.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = (with pkgs; [
|
||||
firefox
|
||||
polybar # status bar
|
||||
rofi # launcher
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue