mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
Init
This commit is contained in:
18
hadi/app.nix
Normal file
18
hadi/app.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
nextcloud-client
|
||||
obsidian
|
||||
chromium
|
||||
swappy
|
||||
hyprpicker
|
||||
discord
|
||||
imv
|
||||
spotify
|
||||
];
|
||||
|
||||
programs.thunar.enable = true;
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: { qutebrowser = prev.qutebrowser.override { enableWideVine = true; }; })
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user