uh
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
./modules
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
@@ -35,6 +36,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
kitty
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
|
|||||||
5
hosts/nixos-vm1/modules/default.nix
Normal file
5
hosts/nixos-vm1/modules/default.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./desktop
|
||||||
|
];
|
||||||
|
}
|
||||||
5
hosts/nixos-vm1/modules/desktop/default.nix
Normal file
5
hosts/nixos-vm1/modules/desktop/default.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hyprland
|
||||||
|
];
|
||||||
|
}
|
||||||
5
hosts/nixos-vm1/modules/desktop/hyprland/default.nix
Normal file
5
hosts/nixos-vm1/modules/desktop/hyprland/default.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./monitor.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
5
hosts/nixos-vm1/modules/desktop/hyprland/monitor.nix
Normal file
5
hosts/nixos-vm1/modules/desktop/hyprland/monitor.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
config.me.rum.programs.hyprland.settings.monitor = [
|
||||||
|
", 1920x1080@60, auto, 1"
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user