@ -1,8 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{inputs, ...}: {
|
||||
imports = with inputs; [
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.system
|
||||
@ -24,7 +20,7 @@
|
||||
};
|
||||
module.stylix = {
|
||||
enable = true;
|
||||
theme = "helios";
|
||||
theme = "himalaya";
|
||||
};
|
||||
|
||||
desktop.niri.enable = true;
|
||||
|
Reference in New Issue
Block a user