refactor: home-manager directories for each machine
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./config.nix
|
||||
./theme.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.rofi-power-menu
|
||||
pkgs.rofi
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user