mirror of
https://github.com/JuLi0n21/publicConfig.git
synced 2026-04-20 08:20:08 +00:00
first commit
This commit is contained in:
25
hosts/framework/general.nix
Normal file
25
hosts/framework/general.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
ungoogled-chromium
|
||||
vscodium
|
||||
|
||||
spotify
|
||||
nautilus
|
||||
cloudflared
|
||||
vesktop
|
||||
|
||||
keepassxc
|
||||
btop
|
||||
|
||||
signal-desktop
|
||||
gradia
|
||||
gimp
|
||||
];
|
||||
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user