try to use watt (and quickshell)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, nixpkgs, nixpkgs-unstable, lib, ... }:
|
||||
with lib.hm.gvariant;
|
||||
{
|
||||
config = {
|
||||
@@ -9,6 +9,9 @@ with lib.hm.gvariant;
|
||||
scale = "1.6";
|
||||
};
|
||||
};
|
||||
quickshell = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -31,6 +34,7 @@ with lib.hm.gvariant;
|
||||
../../modules/home-manager/notifications.nix
|
||||
../../modules/home-manager/obsidian.nix
|
||||
../../modules/home-manager/owncloud-client.nix
|
||||
../../modules/home-manager/quickshell
|
||||
../../modules/home-manager/ssh.nix
|
||||
../../modules/home-manager/stylix.nix
|
||||
../../modules/home-manager/thunderbird.nix
|
||||
|
Reference in New Issue
Block a user