initial commit

This commit is contained in:
DashieTM 2024-04-15 18:52:30 +02:00
parent 6671b54dd2
commit e50591b2ec
162 changed files with 922 additions and 6328 deletions

View file

@ -1,6 +1,4 @@
{ lib
, pkgs
, fonts
{ pkgs
, ...
}:
{
@ -12,6 +10,7 @@
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
vesktop
kitty
firefox
fish
@ -22,7 +21,40 @@
lsd
(pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
flatpak
gnome.gnome-software
networkmanager
zoxide
pkgs.greetd.greetd
pkgs.greetd.regreet
fastfetch
pkgs.gnome.gnome-keyring
dbus
killall
adw-gtk3
gradience
qt5ct
qt6ct
libadwaita
yazi
gnutar
fishPlugins.tide
nix-index
libnotify
zenith
];
home.sessionPath = [
"$HOME/.cargo/bin"
];
home.sessionVariables = {
GOROOT = "$HOME/.go";
};
home.keyboard = null;
programs.nix-index =
{
enable = true;
enableFishIntegration = true;
};
}