Switch font and clean up nix flakes
This commit is contained in:
parent
7d679f963c
commit
9cac6b1516
39
flake.nix
39
flake.nix
|
|
@ -10,11 +10,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# blue-build = {
|
|
||||||
# url = "github:blue-build/cli";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
# };
|
|
||||||
|
|
||||||
niri = {
|
niri = {
|
||||||
url = "github:sodiboo/niri-flake";
|
url = "github:sodiboo/niri-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -25,40 +20,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
#musnix = {
|
|
||||||
# url = "github:musnix/musnix";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
#};
|
|
||||||
|
|
||||||
yt-x = {
|
|
||||||
url = "github:Benexl/yt-x";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
apple-fonts = {
|
|
||||||
url = "github:Lyndeno/apple-fonts.nix";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
#emacs-overlay = {
|
|
||||||
# url = "github:nix-community/emacs-overlay";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
#};
|
|
||||||
|
|
||||||
#xwayland-satellite-flake = {
|
|
||||||
# url = "github:cspark-development/xwayland-satellite-flake";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
#};
|
|
||||||
|
|
||||||
#poetry2nix = {
|
|
||||||
# url = "github:nix-community/poetry2nix";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
#};
|
|
||||||
|
|
||||||
#chaotic = {
|
|
||||||
# url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
#};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... }@inputs: {
|
outputs = { self, nixpkgs, ... }@inputs: {
|
||||||
|
|
|
||||||
|
|
@ -208,7 +208,6 @@
|
||||||
# cinny-desktop
|
# cinny-desktop
|
||||||
freetube
|
freetube
|
||||||
# pipeline
|
# pipeline
|
||||||
inputs.yt-x.packages."${system}".default
|
|
||||||
chafa
|
chafa
|
||||||
#ytfzf
|
#ytfzf
|
||||||
|
|
||||||
|
|
@ -479,14 +478,8 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Fix
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
#nerdfonts
|
nerd-fonts.meslo-lg
|
||||||
#inputs.apple-fonts.packages.${pkgs.system}.sf-pro-nerd
|
|
||||||
|
|
||||||
inputs.apple-fonts.packages.${pkgs.system}.sf-compact-nerd
|
|
||||||
inputs.apple-fonts.packages.${pkgs.system}.sf-mono-nerd
|
|
||||||
inputs.apple-fonts.packages.${pkgs.system}.sf-arabic-nerd
|
|
||||||
];
|
];
|
||||||
|
|
||||||
users.groups.plugdev = {};
|
users.groups.plugdev = {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue