Install prismlauncher

main
kalle 2023-11-01 23:14:49 +01:00
parent aff6196671
commit 524e2c99d5
1 changed files with 2 additions and 13 deletions

View File

@ -14,6 +14,7 @@
imports =
[
../../nvim
../../eww
];
nixpkgs = {
@ -36,19 +37,7 @@
kate
kitty
rustup
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
prismlauncher
];
programs.home-manager.enable = true;