From 524e2c99d5c579b18218c45f885aa2f7a59e5947 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Wed, 1 Nov 2023 23:14:49 +0100 Subject: [PATCH] Install prismlauncher --- home-manager/kalle-pc/kalle.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/home-manager/kalle-pc/kalle.nix b/home-manager/kalle-pc/kalle.nix index 2cfcea5..a3ec135 100644 --- a/home-manager/kalle-pc/kalle.nix +++ b/home-manager/kalle-pc/kalle.nix @@ -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;