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,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

View File

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

1
rebuild.sh Executable file
View File

@@ -0,0 +1 @@
sudo nixos-rebuild switch --flake ./#nixos-vm2