bugs
This commit is contained in:
parent
eb46317121
commit
08f6189869
6 changed files with 23 additions and 27 deletions
|
@ -10,7 +10,7 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [
|
||||
environment.systemPackages = with pkgs; [
|
||||
neofetch
|
||||
|
||||
fd
|
||||
|
|
|
@ -11,9 +11,9 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
wyrdgard = {
|
||||
apps = {
|
||||
steam = enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue