mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
aly: updated installed apps
This commit is contained in:
parent
e7d568a036
commit
402539ea45
10
aly.nix
10
aly.nix
|
@ -12,25 +12,19 @@
|
|||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bitwarden
|
||||
browsh
|
||||
curl
|
||||
fractal
|
||||
gh
|
||||
git
|
||||
gnome.file-roller
|
||||
(google-chrome.override {
|
||||
commandLineArgs = [
|
||||
"--enable-features=UseOzonePlatform"
|
||||
"--ozone-platform=wayland"
|
||||
];
|
||||
})
|
||||
google-chrome
|
||||
keepassxc
|
||||
obsidian
|
||||
python3
|
||||
ruby
|
||||
trayscale
|
||||
wget
|
||||
xfce.xfce4-taskmanager
|
||||
zoom-us
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue