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:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user