Skip to content

Commit

Permalink
[hypr] migate conf file -> hm
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Oct 13, 2023
1 parent 3c6039c commit 4e60f9c
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 213 deletions.
8 changes: 4 additions & 4 deletions hosts/ePower/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
git.enable = true;
hypr = {
enable = true;
monitors = ''
monitor=,preferred,auto,auto
monitor=HDMI-A-1,preferred,auto,auto,transform,1
'';
monitors = [
",preferred,auto,auto"
"HDMI-A-1,preferred,auto,auto,transform,1"
];
};
nvim.enable = true;
nu.enable = true;
Expand Down
Loading

0 comments on commit 4e60f9c

Please sign in to comment.