working
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
imports = [
|
||||
./desktop
|
||||
];
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
imports = [
|
||||
./hyprland
|
||||
];
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
imports = [
|
||||
./monitor.nix
|
||||
];
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
config.me.rum.programs.hyprland.settings.monitor = [
|
||||
", 1920x1080@60, auto, 1"
|
||||
];
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user