Removed general.nix as it was, essentially, the same as what configuration.nix used to be, so I reworked configuration.nix

This commit is contained in:
2025-11-25 14:39:17 +01:00
parent 69d1d05563
commit 74aa841812
3 changed files with 18 additions and 369 deletions

View File

@ -1,7 +1,7 @@
{ config, ... }:
{
imports = [
#./configuration.nix
./configuration.nix
#./firefox.nix
#./boot-splash.nix
#./zsh.nix
@ -9,7 +9,6 @@
#./packages.nix
#./hardware-configuration.nix
./general.nix
../plasma/plasma.nix
../hyprland/hyprland.nix
../niri/niri.nix
@ -21,7 +20,7 @@
configuration = {
imports = [
../plasma/plasma.nix
./general.nix
./configuration.nix
];
programs.gamemode.enable = true;
@ -35,7 +34,7 @@
configuration = {
imports = [
../hyprland/hyprland.nix
./general.nix
./configuration.nix
];
environment.etc."nixos-tags".text = "hyprland";
@ -58,7 +57,7 @@
configuration = {
imports = [
../niri/niri.nix
./general.nix
./configuration.nix
];
environment.etc."nixos-tags".text = "niri";