added abaddon
This commit is contained in:
parent
00f8cfc6ca
commit
6a8daae505
3 changed files with 61 additions and 4 deletions
57
#flake.nix#
Normal file
57
#flake.nix#
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
{
|
||||||
|
description = "lololo";
|
||||||
|
outputs = inputs@{ self, nixpkgs, ... }: {
|
||||||
|
inherit (nixpkgs) lib;
|
||||||
|
nixosConfigurations = import ./hosts { inherit inputs; };
|
||||||
|
};
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
|
|
||||||
|
hyprland-plugins = {
|
||||||
|
url = "github:hyprwm/hyprland-plugins";
|
||||||
|
inputs.hyprland.follows = "hyprland";
|
||||||
|
};
|
||||||
|
nixpak = {
|
||||||
|
url = "github:nixpak/nixpak";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||||
|
split-monitor-workspaces = {
|
||||||
|
url = "github:Duckonaut/split-monitor-workspaces";
|
||||||
|
inputs.hyprland.follows = "hyprland";
|
||||||
|
};
|
||||||
|
anyrun = {
|
||||||
|
url = "github:Kirottu/anyrun";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
stylix.url = "github:danth/stylix";
|
||||||
|
home-manager = {
|
||||||
|
url = "github:nix-community/home-manager";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
schizofox = {
|
||||||
|
url = "github:schizofox/schizofox";
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
nixpak.follows = "nixpak";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
spicetify-nix.url = "github:the-argus/spicetify-nix";
|
||||||
|
nur = {
|
||||||
|
url = "github:nix-community/NUR";
|
||||||
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
|
agenix.url = "github:ryantm/agenix";
|
||||||
|
|
||||||
|
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||||
|
|
||||||
|
waybar.url = "github:Alexays/Waybar";
|
||||||
|
fenix = {
|
||||||
|
url = "github:nix-community/fenix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
|
@ -4,6 +4,7 @@ let
|
||||||
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
|
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
abaddon
|
||||||
alsa-utils
|
alsa-utils
|
||||||
android-tools
|
android-tools
|
||||||
asciinema
|
asciinema
|
||||||
|
@ -13,6 +14,7 @@ in {
|
||||||
dig
|
dig
|
||||||
easyeffects
|
easyeffects
|
||||||
element-desktop
|
element-desktop
|
||||||
|
emacs
|
||||||
evince
|
evince
|
||||||
eza
|
eza
|
||||||
fastfetch
|
fastfetch
|
||||||
|
@ -63,7 +65,6 @@ in {
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
pamixer
|
pamixer
|
||||||
pavucontrol
|
pavucontrol
|
||||||
picom
|
|
||||||
pdfarranger
|
pdfarranger
|
||||||
pfetch
|
pfetch
|
||||||
pidgin
|
pidgin
|
||||||
|
@ -85,7 +86,6 @@ in {
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
texliveFull
|
texliveFull
|
||||||
tldr
|
tldr
|
||||||
trilium-desktop
|
|
||||||
thunderbird
|
thunderbird
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
trash-cli
|
trash-cli
|
||||||
|
|
|
@ -11,8 +11,8 @@ in {
|
||||||
stylix = {
|
stylix = {
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = ../../lib/wallpapers/mafu_trad_wall.png;
|
image = ../../lib/wallpapers/mafu_trad_wall.png;
|
||||||
# base16Scheme =
|
base16Scheme =
|
||||||
# "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
targets = {
|
targets = {
|
||||||
btop.enable = true;
|
btop.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue