Migrate to firefox and update Readme
This commit is contained in:
parent
cfc7d90a99
commit
031934047c
|
@ -6,8 +6,13 @@
|
||||||
|
|
||||||
The configuration is sliced into different files, per category:
|
The configuration is sliced into different files, per category:
|
||||||
|
|
||||||
- ZFS pool configuration: hardware-configuration.nix
|
- Globally installed packages: software.nix
|
||||||
- Network configuration: networking.nix
|
- Network and VPN configuration: networking.nix
|
||||||
|
- Window manager and userland services: gui.nix
|
||||||
|
- Synchronization and backup services: datasync.nix
|
||||||
|
- Sound and music setup: audio.nix
|
||||||
|
- Development tools: development.nix
|
||||||
- Printing and scanner client: printing.nix
|
- Printing and scanner client: printing.nix
|
||||||
|
- ZFS pool configuration: hardware-configuration.nix
|
||||||
|
|
||||||
All the modules are imported in *configuration.nix*
|
All the modules are imported in *configuration.nix*
|
||||||
|
|
|
@ -35,13 +35,13 @@
|
||||||
kitty
|
kitty
|
||||||
];
|
];
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export MOZ_DBUS_REMOTE=1
|
export MOZ_DBUS_REMOTE=1
|
||||||
export GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots
|
export GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
|
||||||
export SDL_VIDEODRIVER=wayland
|
export SDL_VIDEODRIVER=wayland
|
||||||
export GTK_THEME=Adapta-Eta
|
|
||||||
export WLR_DRM_NO_ATOMIC=1
|
export WLR_DRM_NO_ATOMIC=1
|
||||||
'';
|
'';
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
passff-host
|
passff-host
|
||||||
gitAndTools.pass-git-helper
|
gitAndTools.pass-git-helper
|
||||||
# Browsers
|
# Browsers
|
||||||
(firefox-wayland.override { extraNativeMessagingHosts = [ passff-host ]; })
|
(firefox.override { extraNativeMessagingHosts = [ passff-host ]; })
|
||||||
chromium
|
chromium
|
||||||
# LaTeX
|
# LaTeX
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
|
@ -33,6 +33,7 @@
|
||||||
lorri
|
lorri
|
||||||
nixfmt
|
nixfmt
|
||||||
podman-compose
|
podman-compose
|
||||||
|
shellcheck
|
||||||
# Rice
|
# Rice
|
||||||
adapta-gtk-theme
|
adapta-gtk-theme
|
||||||
paper-icon-theme
|
paper-icon-theme
|
||||||
|
|
Loading…
Reference in New Issue