pkgs: Move packages to home-manager
This commit is contained in:
parent
469fadff8a
commit
af19222d90
@ -1,4 +1,6 @@
|
||||
{ lib, ... }: {
|
||||
{ lib, pkgs, ... }: {
|
||||
home.packages = [ pkgs.alacritty ];
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./htop.nix
|
||||
./alacritty.nix
|
||||
./qt.nix
|
||||
./sops.nix
|
||||
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
settings = {
|
||||
tree_view = 1;
|
||||
};
|
||||
};
|
||||
}
|
@ -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";
|
||||
# };
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user