This commit is contained in:
2025-04-30 15:58:49 -05:00
parent a41c550451
commit c18886cd32
7 changed files with 7 additions and 19 deletions

View File

@@ -1,5 +0,0 @@
{
imports = [
./desktop
];
}

View File

@@ -1,5 +0,0 @@
{
imports = [
./hyprland
];
}

View File

@@ -1,5 +0,0 @@
{
imports = [
./monitor.nix
];
}

View File

@@ -1,5 +0,0 @@
{
config.me.rum.programs.hyprland.settings.monitor = [
", 1920x1080@60, auto, 1"
];
}

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, lib, pkgs, ... }:
{
nix.settings = {
@@ -7,7 +7,6 @@
imports =
[
"${inputs.self}/modules"
./hardware-configuration.nix
];
@@ -35,10 +34,13 @@
];
};
services.spice-vdagentd.enable = true;
services.qemuGuest.enable = true;
environment.systemPackages = with pkgs; [
kitty
vim
wget
kitty
git
curl
zsh