diff --git a/flake.nix b/flake.nix index 2bd4834..27934cf 100644 --- a/flake.nix +++ b/flake.nix @@ -27,10 +27,7 @@ firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixvim = { - # If you are not running an unstable channel of nixpkgs, select the corresponding branch of nixvim. - #url = "github:nix-community/nixvim/22b587f3dc5c040eb1916aa2a67868f1918d9d17"; url = "github:nix-community/nixvim"; - inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/home/modules/home-pkgs.nix b/home/modules/home-pkgs.nix index 2869990..b210459 100644 --- a/home/modules/home-pkgs.nix +++ b/home/modules/home-pkgs.nix @@ -13,7 +13,6 @@ pkgs.telegram-desktop pkgs.jetbrains.rust-rover # pkgs.ida-free - # pkgs.yubioath-flutter # pkgs.spotify ] else []; @@ -22,6 +21,8 @@ in { home.packages = [ + pkgs.yubioath-flutter + pkgs.neofetch # pkgs.uwufetch maxfetch diff --git a/hosts/x86_64-linux/beleth/docker-compose-crime.nix b/hosts/x86_64-linux/beleth/docker-compose-crime.nix index 88e7cb1..75359e8 100644 --- a/hosts/x86_64-linux/beleth/docker-compose-crime.nix +++ b/hosts/x86_64-linux/beleth/docker-compose-crime.nix @@ -5,8 +5,7 @@ config, inputs, ... -}: -{ +}: { # Runtime virtualisation.podman = { enable = true;