added a bunch of nixos modules

This commit is contained in:
2026-09-01 23:16:16 +02:00
parent cfa9ff6a54
commit 054f3f9994
31 changed files with 302 additions and 19 deletions
+7
View File
@@ -0,0 +1,7 @@
{ }
# These are just remnants of something that does not work anymore. Need to fix it when i fid the chance
#
# nautilus-open-any-terminal
# nautilus-python
# turtle
# sushi
+5
View File
@@ -0,0 +1,5 @@
{ ... }: {
flake.modules.nixos.flatpak = {
services.flatpak.enable = true;
};
}
+14 -7
View File
@@ -1,13 +1,13 @@
{ self, inputs, ... }:
let
tools = pkgs: [
pkgs.playerctl
pkgs.imagemagick
pkgs.meld
pkgs.wl-clipboard
pkgs.steam-run
pkgs.sops
pkgs.pavucontrol
pkgs.playerctl
pkgs.imagemagick
pkgs.meld
pkgs.wl-clipboard
pkgs.steam-run
pkgs.sops
pkgs.pavucontrol
];
social = pkgs: [
@@ -23,15 +23,22 @@ let
pkgs.gnome-system-monitor
pkgs.nautilus
pkgs.baobab
pkgs.gnome-disk-utility
];
others = pkgs: [
pkgs.libreoffice-qt
pkgs.nextcloud-client
pkgs.vlc
pkgs.home-manager
];
in
{
flake.modules.nixos.programs = { ... }: {
imports = [
self.modules.nixos.flatpak
];
};
flake.modules.homeManager.programs = { pkgs, config, ... }: {
imports = [
self.modules.homeManager.obsidian