Add thunar file manager and more

This commit is contained in:
Tyler Kelley 2024-05-17 17:28:33 -05:00
parent a18ba2091e
commit ead180e173
3 changed files with 7 additions and 8 deletions

View File

@ -2,8 +2,6 @@
## ZaneyOS 🟰 Best ❄️ NixOS Configs
**ZaneyOS Development Branch**
ZaneyOS is a simple way of reproducing my configuration on any NixOS system. This includes the wallpaper, scripts, applications, config files, and more.
<img align="center" width="80%" src="https://gitlab.com/Zaney/zaneyos/-/raw/main/config/home/files/media/demo.jpg" />

View File

@ -8,9 +8,6 @@
...
}:
let
inherit (import ./variables.nix) browser;
in
{
imports = [
./hardware.nix
@ -97,6 +94,10 @@ in
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
};
};
nixpkgs.config.allowUnfree = true;
@ -246,9 +247,9 @@ in
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
# Security / Polkit
security.rtkit.enable = true;
security.polkit.enable = true;
security.polkit.extraConfig = ''
polkit.addRule(function(action, subject) {

View File

@ -415,13 +415,13 @@ in
settings = {
general = {
disable_loading_bar = true;
grace = 300;
grace = 10;
hide_cursor = true;
no_fade_in = false;
};
background = [
{
path = "/home/${username}/.config/wallpapers/zaney-wallpaper.jpg";
path = "/home/${username}/Pictures/Wallpapers/zaney-wallpaper.jpg";
blur_passes = 3;
blur_size = 8;
}