Updated packages. Fixes
- Updated packages - Fixed hyprlock config - Changed default file manager to yazi - added lazygit - added fzf
This commit is contained in:
parent
7809f0d574
commit
24a3ba6f99
5 changed files with 59 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, stylix, ... }:
|
||||
|
||||
let
|
||||
#nur = import (builtins.fetchTarball {
|
||||
|
|
@ -19,7 +19,10 @@
|
|||
# manage.
|
||||
home.username = "kylekrein";
|
||||
home.homeDirectory = "/home/kylekrein";
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
targets.hyprlock.enable = false;
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "qtct";
|
||||
|
|
@ -39,6 +42,11 @@
|
|||
"Kvantum/catppuccin-mocha".source = "${pkgs.catppuccin-kvantum}/share/Kvantum/catppuccin-mocha";
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
|
||||
#xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
||||
# Appearance.icon_theme = "Breeze Dark";
|
||||
# };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue