diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-30 23:27:30 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-30 23:27:30 -0400 |
commit | 8d6b94c5bb3f497cfcfff89458b4d290b61fba89 (patch) | |
tree | b23eb83042b8dde9577597fae0557f296cd35a60 /home-config/nix-home-manager | |
parent | 83c40b768b77304d26d550c0eb326690e5212101 (diff) |
removed firefox from nix, changed sway config
Turns out the firefox nix package had no HW accel due to a limitation in
Nix user packages. Using the flatpak for the time being until I can
figure out why xdg-portals doesn't work for the official package.
Works fine with flatpak, but im not happy i lose that package
declaration
Diffstat (limited to 'home-config/nix-home-manager')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index d883f04..5ee8d22 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -27,13 +27,6 @@ | |||
27 | # # Adds the 'hello' command to your environment. It prints a friendly | 27 | # # Adds the 'hello' command to your environment. It prints a friendly |
28 | # # "Hello, world!" when run. | 28 | # # "Hello, world!" when run. |
29 | # pkgs.hello | 29 | # pkgs.hello |
30 | firefox | ||
31 | dejavu_fonts | ||
32 | cantarell-fonts | ||
33 | liberation_ttf | ||
34 | noto-fonts | ||
35 | noto-fonts-cjk | ||
36 | noto-fonts-emoji | ||
37 | yt-dlp | 30 | yt-dlp |
38 | 31 | ||
39 | # # It is sometimes useful to fine-tune packages, for example, by applying | 32 | # # It is sometimes useful to fine-tune packages, for example, by applying |