mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add prismlauncher
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Home manager configuration
|
# Home manager configuration
|
||||||
home-manager.users.thiloho = { pkgs, ... }: {
|
home-manager.users.thiloho = { pkgs, lib, ... }: {
|
||||||
programs = {
|
programs = {
|
||||||
helix = {
|
helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -117,9 +117,10 @@
|
|||||||
libreoffice
|
libreoffice
|
||||||
google-chrome
|
google-chrome
|
||||||
airshipper
|
airshipper
|
||||||
|
prismlauncher
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user