Install prismlauncher
parent
aff6196671
commit
524e2c99d5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue