finally got anyrun working, i had forgotten to import inputs to home.nix 💀
This commit is contained in:
parent
aa857f5373
commit
6764996241
3 changed files with 43 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue