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 = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./git.nix
|
./git.nix
|
||||||
./htop.nix
|
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./qt.nix
|
./qt.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
programs.htop = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
tree_view = 1;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -4,13 +4,4 @@
|
|||||||
platformTheme = "qtct";
|
platformTheme = "qtct";
|
||||||
style.name = "kvantum";
|
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, ... }: {
|
{ pkgs, lib, config, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
swww
|
||||||
|
alacritty
|
||||||
|
waybar
|
||||||
|
pamixer
|
||||||
|
wofi
|
||||||
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland =
|
wayland.windowManager.hyprland =
|
||||||
let
|
let
|
||||||
colors = config.lib.stylix.colors;
|
colors = config.lib.stylix.colors;
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{ config, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
colors = config.lib.stylix.colors;
|
colors = config.lib.stylix.colors;
|
||||||
in {
|
in {
|
||||||
|
home.packages = [ pkgs.mako ];
|
||||||
xdg.configFile."mako/config".text = ''
|
xdg.configFile."mako/config".text = ''
|
||||||
background-color=#${colors.base00}
|
background-color=#${colors.base00}
|
||||||
text-color=#${colors.base05}
|
text-color=#${colors.base05}
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
google-chrome
|
google-chrome
|
||||||
inputs.ayugram-desktop.packages.${pkgs.system}.default
|
inputs.ayugram-desktop.packages.${pkgs.system}.default
|
||||||
vesktop
|
vesktop
|
||||||
alacritty
|
|
||||||
obs-studio
|
obs-studio
|
||||||
mpv
|
mpv
|
||||||
kdenlive # Video editor
|
kdenlive # Video editor
|
||||||
@ -37,7 +36,6 @@
|
|||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
fastfetch
|
|
||||||
btop
|
btop
|
||||||
nix-index
|
nix-index
|
||||||
unzip
|
unzip
|
||||||
@ -50,7 +48,6 @@
|
|||||||
ntfs3g
|
ntfs3g
|
||||||
yt-dlp
|
yt-dlp
|
||||||
brightnessctl
|
brightnessctl
|
||||||
swww
|
|
||||||
openssl
|
openssl
|
||||||
lazygit
|
lazygit
|
||||||
bluez
|
bluez
|
||||||
@ -70,8 +67,6 @@
|
|||||||
# GUI utils
|
# GUI utils
|
||||||
feh
|
feh
|
||||||
imv
|
imv
|
||||||
wofi
|
|
||||||
mako
|
|
||||||
gromit-mpx
|
gromit-mpx
|
||||||
notify-desktop
|
notify-desktop
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user