mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
separate groups and himalaya
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
# Requires Xorg to work
|
||||
imports = [ ./xorg.nix ];
|
||||
|
||||
services.xserver.windowManager = { i3 = { enable = true; }; };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
Reference in New Issue
Block a user