pkgs: Move packages to home-manager

This commit is contained in:
Sweetbread 2024-09-20 14:37:59 +03:00
parent 469fadff8a
commit af19222d90
7 changed files with 13 additions and 25 deletions

View File

@ -1,4 +1,6 @@
{ lib, ... }: {
{ lib, pkgs, ... }: {
home.packages = [ pkgs.alacritty ];
programs.alacritty = {
enable = true;
settings = {

View File

@ -1,7 +1,6 @@
{
imports = [
./git.nix
./htop.nix
./alacritty.nix
./qt.nix
./sops.nix

View File

@ -1,8 +0,0 @@
{
programs.htop = {
enable = true;
settings = {
tree_view = 1;
};
};
}

View File

@ -4,13 +4,4 @@
platformTheme = "qtct";
style.name = "kvantum";
};
# xdg.configFile = {
# "Kvantum/kvantum.kvconfig".text = ''
# [General]
# theme=GraphiteNordDark
# '';
#
# "Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
# };
}

View File

@ -1,4 +1,12 @@
{ pkgs, lib, config, ... }: {
home.packages = with pkgs; [
swww
alacritty
waybar
pamixer
wofi
];
wayland.windowManager.hyprland =
let
colors = config.lib.stylix.colors;

View File

@ -1,7 +1,8 @@
{ config, ... }:
{ config, pkgs, ... }:
let
colors = config.lib.stylix.colors;
in {
home.packages = [ pkgs.mako ];
xdg.configFile."mako/config".text = ''
background-color=#${colors.base00}
text-color=#${colors.base05}

View File

@ -9,7 +9,6 @@
google-chrome
inputs.ayugram-desktop.packages.${pkgs.system}.default
vesktop
alacritty
obs-studio
mpv
kdenlive # Video editor
@ -37,7 +36,6 @@
tree
wget
git
fastfetch
btop
nix-index
unzip
@ -50,7 +48,6 @@
ntfs3g
yt-dlp
brightnessctl
swww
openssl
lazygit
bluez
@ -70,8 +67,6 @@
# GUI utils
feh
imv
wofi
mako
gromit-mpx
notify-desktop