mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 05:44:25 +01:00
Move rofi configuration into it's own module
This commit is contained in:
parent
2ea784c007
commit
1657e70197
4 changed files with 18 additions and 4 deletions
|
|
@ -29,10 +29,7 @@
|
|||
pkgs.brightnessctl
|
||||
];
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = ./files/rofi-theme.rasi;
|
||||
};
|
||||
myConfig.rofi.enable = true;
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue