Compare commits
3 Commits
474515dc4d
...
4640c8723b
| Author | SHA1 | Date | |
|---|---|---|---|
| 4640c8723b | |||
| 03b6b26489 | |||
| 04a444ffd4 |
@@ -131,6 +131,9 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "John Ogle";
|
userName = "John Ogle";
|
||||||
userEmail = "john@ogle.fyi";
|
userEmail = "john@ogle.fyi";
|
||||||
|
extraConfig = {
|
||||||
|
safe.directory = "/etc/nixos";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gpg.enable = true;
|
programs.gpg.enable = true;
|
||||||
|
|||||||
8
home-nix-book.nix
Normal file
8
home-nix-book.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./home-default.nix
|
||||||
|
./modules/window_managers/hyprland/nix-book.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
5
modules/window_managers/hyprland/nix-book.nix
Normal file
5
modules/window_managers/hyprland/nix-book.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
wayland.windowManager.hyprland.settings.monitor = ",preferred,2880x1800@90.00Hz,1.33333";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user