- Changed jetbrains ides to jetbrains toolbox to get more up to date versions
- Create a new Stylix module with wallpaper and font configuration - Integrate Waybar into Niri - Changed Discord application to Vesktop - Enable Waydroid virtualization
This commit is contained in:
@ -9,9 +9,9 @@
|
||||
#./packages.nix
|
||||
|
||||
#./hardware-configuration.nix
|
||||
#../plasma/plasma.nix
|
||||
#../hyprland/hyprland.nix
|
||||
#../niri/niri.nix
|
||||
../plasma/plasma.nix
|
||||
../hyprland/hyprland.nix
|
||||
../niri/niri.nix
|
||||
];
|
||||
|
||||
specialisation = {
|
||||
@ -41,16 +41,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
"minimal" = {
|
||||
inheritParentConfig = false;
|
||||
configuration = {
|
||||
imports = [
|
||||
./minimal.nix
|
||||
];
|
||||
|
||||
environment.etc."nixos-tags".text = "minimal";
|
||||
};
|
||||
};
|
||||
# "minimal" = {
|
||||
# inheritParentConfig = false;
|
||||
# configuration = {
|
||||
# imports = [
|
||||
# ./minimal.nix
|
||||
# ];
|
||||
#
|
||||
# environment.etc."nixos-tags".text = "minimal";
|
||||
# };
|
||||
# };
|
||||
|
||||
"niri" = {
|
||||
inheritParentConfig = false;
|
||||
|
||||
Reference in New Issue
Block a user