home packages and others
This commit is contained in:
parent
5406cf3a7b
commit
d3c4b789f7
6 changed files with 177 additions and 68 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
# ../../pkgs
|
||||
../pkgs
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
|
@ -37,6 +37,11 @@
|
|||
gnupg.enable = true;
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
systemd.user.services.polkit-gnome-authentication-agent-1 = {
|
||||
description = "polkit-gnome-authentication-agent-1";
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
|
|
@ -89,6 +94,11 @@
|
|||
variant = "";
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
QT_STYLE_OVERRIDE="Kvantum";
|
||||
QT_QPA_PLATFORMTHEME="qt5ct";
|
||||
};
|
||||
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
@ -109,8 +119,17 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
|
||||
mypackages.cyberhack
|
||||
catppuccin-cursors.mochaMauve
|
||||
gsettings-desktop-schemas
|
||||
adwaita-icon-theme
|
||||
lact
|
||||
neovim
|
||||
libsecret
|
||||
wget
|
||||
pciutils
|
||||
unzip
|
||||
p7zip
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue