upgrade gpu

This commit is contained in:
tristan 2023-05-25 08:59:08 +01:00
parent ded42ba5ea
commit 632727e5aa

View file

@ -1,17 +0,0 @@
{ user }: { lib, pkgs, config, ... }:
with lib;
let
cfg = config.roles.hyprland;
in
{
options.roles = {
hyprland = {
enable = mkEnableOption "hyprland";
};
};
config = mkIf cfg.enable {
home-manager.users.${user}.imports = [{
}];
};
}