chore: fix deprecation warnings

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-01-30 11:17:56 +01:00
parent 1b584c120d
commit aa8f57b9c2
Signed by: lander
GPG key ID: 0142722B4B0C536F
6 changed files with 19 additions and 14 deletions

View file

@ -3,6 +3,7 @@
{
programs.bat = {
enable = true;
catppuccin.enable = true;
};
catppuccin.bat.enable = true;
}

View file

@ -3,6 +3,7 @@
{
programs.btop = {
enable = true;
catppuccin.enable = true;
};
catppuccin.btop.enable = true;
}

View file

@ -9,7 +9,6 @@
autosuggestion.enable = true;
syntaxHighlighting = {
enable = true;
catppuccin.enable = true;
};
history = {
@ -110,4 +109,6 @@
};
};
};
catppuccin.zsh-syntax-highlighting.enable = true;
}

View file

@ -1,9 +1,10 @@
{pkgs, ...}: let
theme = import ../../../../lib/theme {inherit pkgs;};
in {
{ pkgs, ... }:
let
theme = import ../../../../lib/theme { inherit pkgs; };
in
{
programs.alacritty = {
enable = true;
catppuccin.enable = true;
settings = {
env = {
TERM = "alacritty";
@ -25,4 +26,6 @@ in {
};
};
};
catppuccin.alacritty.enable = true;
}

View file

@ -1,21 +1,20 @@
{config, pkgs, ... }:
{ config, pkgs, ... }:
{
programs.dconf.enable = true;
users.users.lander.extraGroups = [ "libvirtd" ];
environment.systemPackages = with pkgs; [
virt-manager
virt-viewer
spice
spice
spice-gtk
spice-protocol
win-virtio
win-spice
gnome.adwaita-icon-theme
];
virtualisation = {
libvirtd = {
enable = true;

View file

@ -51,7 +51,7 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
(firefox.override { extraNativeMessagingHosts = [ passff-host ]; })
(firefox.override { nativeMessagingHosts = [ passff-host ]; })
vim
wget
git