Renamed plasma and niri config files to align with "default.nix" directory standard

This commit is contained in:
2026-02-19 11:54:40 +01:00
parent 66ef4b89af
commit e8a125b43f
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
./configuration.nix
#./hardware-configuration.nix
../plasma/plasma.nix
../niri/niri.nix
../plasma
../niri
];
specialisation = {
@ -13,7 +13,7 @@
inheritParentConfig = false;
configuration = {
imports = [
../plasma/plasma.nix
../plasma
./configuration.nix
];
@ -36,7 +36,7 @@
inheritParentConfig = false;
configuration = {
imports = [
../niri/niri.nix
../niri
./configuration.nix
];