Add x11 utils like arandr and autorandr
This commit is contained in:
@ -3,5 +3,6 @@
|
||||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./utilities.nix
|
||||
];
|
||||
}
|
||||
|
8
system/gui/utilities.nix
Normal file
8
system/gui/utilities.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
arandr
|
||||
autorandr
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user