non important commit

This commit is contained in:
maxstrb 2025-10-20 19:21:14 +02:00
parent 5f560a999c
commit 07d14e3fc2
2 changed files with 22 additions and 1 deletions

View file

@ -19,6 +19,14 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
dolphin-overlay = {
url = "github:rumboon/dolphin-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {nixpkgs, ...} @ inputs: let
@ -33,6 +41,9 @@
./configuration/${device-name}/hardware-configuration.nix
inputs.home-manager.nixosModules.default
inputs.stylix.nixosModules.stylix
{
nixpkgs.overlays = [inputs.dolphin-overlay.overlays.default];
}
{
home-manager = {
useUserPackages = true;

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
home = {
packages = with pkgs; [
libreoffice
@ -12,8 +16,14 @@
qimgv
wineWowPackages.staging
ytmdesktop
kdePackages.dolphin
inputs.zen-browser.homeModules.beta
];
programs.zen-browser.enable = true;
file = {
".config/kdeglobals".text = ''
[General]