mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 15:30:33 +01:00
nix fmt; yubioath-flutter
This commit is contained in:
parent
e1b22e3855
commit
d11cebc1e9
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
# Runtime
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue