refactors
This commit is contained in:
parent
26b798c4b3
commit
d18110a018
15 changed files with 230 additions and 379 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
home = {
|
||||
username = "maxag";
|
||||
homeDirectory = "/home/maxag";
|
||||
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
../modules/nvf.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue