finally got anyrun working, i had forgotten to import inputs to home.nix 💀

This commit is contained in:
Gabriella Bere 2024-08-24 13:22:04 +01:00
parent aa857f5373
commit 6764996241
3 changed files with 43 additions and 40 deletions

View file

@ -101,7 +101,7 @@
users.users.blue = {
isNormalUser = true;
description = "Gabriella Bere";
extraGroups = [ "networkmanager" "wheel" "syncthing" ];
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
};
@ -125,9 +125,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Enable syncthing for obsidian syncing
services.syncthing.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@ -165,6 +162,7 @@
tree
tenacity
mediawriter
anyrun
];
hardware.keyboard.qmk.enable = true;