mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat: add flatpak
This commit is contained in:
parent
5706fe32cb
commit
783b7c8705
5 changed files with 41 additions and 7 deletions
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
|
||||
./programs/kitty.nix
|
||||
./programs/git.nix
|
||||
|
@ -14,7 +15,6 @@
|
|||
./programs/firefox.nix
|
||||
./programs/yazi.nix
|
||||
./programs/nixcord.nix
|
||||
./programs/prismlauncher.nix
|
||||
./programs/nodejs.nix
|
||||
./programs/btop.nix
|
||||
./programs/waybar
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ prismlauncher ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue