added mroe packages
This commit is contained in:
parent
517bba2149
commit
48bb58e1bc
10 changed files with 122 additions and 215 deletions
16
flake.nix
16
flake.nix
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "fwastrings Nix-baserade konfigurationsfiler";
|
||||
description = "Fredriks datorer";
|
||||
|
||||
inputs = {
|
||||
# Nixpkgs
|
||||
|
|
@ -16,21 +16,13 @@
|
|||
url = "github:Glomzzz/typsite";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
confetti.url = "git+https://git.wastring.com/fw/confetti?ref=main";
|
||||
playerctl-gtk.url = "git+https://git.wastring.com/fw/playerctl-gtk?ref=main";
|
||||
bbk.url = "git+https://git.wastring.com/fw/bbk?ref=main";
|
||||
|
||||
# Neovim
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
|
||||
# Home manager
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
|
||||
minimal-tmux = {
|
||||
url = "github:niksingh710/minimal-tmux-status";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -46,17 +38,13 @@
|
|||
sops-nix,
|
||||
catppuccin,
|
||||
confetti,
|
||||
playerctl-gtk,
|
||||
bbk,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
system = "x86_64-linux";
|
||||
in
|
||||
{
|
||||
# NixOS configuration entrypoint
|
||||
# Available through 'nixos-rebuild --flake .#your-hostname'
|
||||
nixosConfigurations = {
|
||||
legacy = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
|
|
@ -70,7 +58,6 @@
|
|||
sops-nix.nixosModules.sops
|
||||
catppuccin.nixosModules.catppuccin
|
||||
confetti.nixosModules.default
|
||||
playerctl-gtk.nixosModules.default
|
||||
bbk.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
|
@ -97,7 +84,6 @@
|
|||
sops-nix.nixosModules.sops
|
||||
catppuccin.nixosModules.catppuccin
|
||||
confetti.nixosModules.default
|
||||
playerctl-gtk.nixosModules.default
|
||||
bbk.nixosModules.default
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue