fix: formatting and merge conflicts

This commit is contained in:
2025-09-03 10:23:04 +02:00
parent d40cba92ff
commit c137417db2
2 changed files with 6 additions and 11 deletions

View File

@@ -1,5 +1,10 @@
# home.nix
{ pkgs, config, nix-colors, ... }:
{
pkgs,
config,
nix-colors,
...
}:
let
nix-colors-lib = nix-colors.lib.contrib { inherit pkgs; };
@@ -142,8 +147,6 @@ let
@define-color tooltip_bg_color #${c.base01};
@define-color tooltip_fg_color #${c.base05};
'';
};
in
{
imports = [ nix-colors.homeManagerModules.default ];
@@ -255,7 +258,6 @@ in
};
};
home.packages = with pkgs; [
papirus-icon-theme
gnome-themes-extra

View File

@@ -4,10 +4,6 @@
lib,
...
}:
<<<<<<< Updated upstream
=======
>>>>>>> Stashed changes
{
environment.systemPackages = with pkgs; [
gdb
@@ -62,8 +58,5 @@
];
<<<<<<< Updated upstream
=======
programs.dconf.enable = lib.mkDefault true;
>>>>>>> Stashed changes
}