add flatpak + nh
This commit is contained in:
parent
921741546e
commit
821349be71
4 changed files with 15 additions and 11 deletions
|
|
@ -24,6 +24,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 7d --keep 3";
|
||||
flake = "/home/me/flake"; # sets NH_OS_FLAKE variable for you
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
# make wheel group trusted users allows my "ae" user
|
||||
# to import packages not signed by a trusted key
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{...}: {
|
||||
services.flatpak = {
|
||||
remotes = [
|
||||
{
|
||||
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||
name = "flathub";
|
||||
}
|
||||
];
|
||||
# DEBUG: remotes = [
|
||||
# DEBUG: {
|
||||
# DEBUG: location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
||||
# DEBUG: name = "flathub";
|
||||
# DEBUG: }
|
||||
# DEBUG: ];
|
||||
|
||||
uninstallUnmanaged = true;
|
||||
# DEBUG: uninstallUnmanaged = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -109,9 +109,6 @@
|
|||
};
|
||||
systemPackages = with pkgs; [
|
||||
sddm-theme-corners
|
||||
# dependencies for my sddm theme:
|
||||
# XXX: add these as a buildInput
|
||||
# pkgs.libsForQt5.qt5.qtgraphicaleffects
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
hexyl
|
||||
# ASM
|
||||
nasm
|
||||
# x86-manpages # DEBUG
|
||||
x86-manpages
|
||||
# C Family
|
||||
gcc
|
||||
clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue