nix fmt; yubioath-flutter

This commit is contained in:
xqtc161 2024-07-07 19:47:12 +02:00
parent e1b22e3855
commit d11cebc1e9
3 changed files with 3 additions and 6 deletions

View file

@ -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";
};
};

View file

@ -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

View file

@ -5,8 +5,7 @@
config,
inputs,
...
}:
{
}: {
# Runtime
virtualisation.podman = {
enable = true;