diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-02-07 00:15:11 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-02-07 00:15:11 +0100 |
| commit | b34079150f0d1842e013c414c7a97607c7ecb1c3 (patch) | |
| tree | 7404d95bc3c013fb98379df9e3aff962671243dd /profiles/station | |
| parent | 19c53f08b2476d2e3d0cdb506a3896f6f9738a68 (diff) | |
macos patch
Diffstat (limited to 'profiles/station')
| -rw-r--r-- | profiles/station/mpv.nix | 4 | ||||
| -rw-r--r-- | profiles/station/music.nix | 34 | ||||
| -rw-r--r-- | profiles/station/nonfree.nix | 23 | ||||
| -rw-r--r-- | profiles/station/packages.nix | 83 | ||||
| -rw-r--r-- | profiles/station/suckless.nix | 12 | ||||
| -rw-r--r-- | profiles/station/virtualisation.nix | 24 |
6 files changed, 86 insertions, 94 deletions
diff --git a/profiles/station/mpv.nix b/profiles/station/mpv.nix index b5a9fce..71b152c 100644 --- a/profiles/station/mpv.nix +++ b/profiles/station/mpv.nix @@ -1,13 +1,11 @@ { - flake, - config, pkgs, ... }: { hm = { programs.mpv = { - enable = true; + enable = false; scripts = [ (with pkgs; stdenv.mkDerivation rec { pname = "mpv-sockets"; diff --git a/profiles/station/music.nix b/profiles/station/music.nix index b26a2ee..9ab9327 100644 --- a/profiles/station/music.nix +++ b/profiles/station/music.nix @@ -1,21 +1,21 @@ { config, pkgs, lib, ... }: { - secrets.mopidy.owner = lib.ivi.username; - hm.home.packages = [pkgs.mpc-cli]; - hm.services.mopidy = { - enable = true; - extensionPackages = with pkgs; [mopidy-spotify mopidy-mpd]; - settings = { - mpd = { - enabled = true; - hostname = "127.0.0.1"; - port = 6600; - max_connections = 20; - connection_timeout = 60; - };}; - extraConfigFiles = [ - config.secrets.mopidy.path - ]; - }; + # secrets.mopidy.owner = lib.ivi.username; + # hm.home.packages = [pkgs.mpc-cli]; + # hm.services.mopidy = { + # enable = true; + # extensionPackages = with pkgs; [mopidy-spotify mopidy-mpd]; + # settings = { + # mpd = { + # enabled = true; + # hostname = "127.0.0.1"; + # port = 6600; + # max_connections = 20; + # connection_timeout = 60; + # };}; + # extraConfigFiles = [ + # config.secrets.mopidy.path + # ]; + # }; hm.programs.ncmpcpp = { enable = true; bindings = [ diff --git a/profiles/station/nonfree.nix b/profiles/station/nonfree.nix index cd6f5fc..8bee42a 100644 --- a/profiles/station/nonfree.nix +++ b/profiles/station/nonfree.nix @@ -1,16 +1,13 @@ -{config, pkgs, lib, ...}: { +{pkgs, lib, ...}: { hm.home.packages = with pkgs; [ - (discord.override { - withVencord = true; - }) + teams + discord slack - discord-ptb - discord-canary - citrix_workspace ]; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ # Add additional package names here + "teams-1.6.00.4464" "discord" "discord-ptb" "discord-canary" @@ -21,10 +18,10 @@ "steam-run" ]; - programs.steam = { - enable = true; - remotePlay.openFirewall = true; - dedicatedServer.openFirewall = true; - }; - hardware.opengl.driSupport32Bit = true; + # programs.steam = { + # enable = true; + # remotePlay.openFirewall = true; + # dedicatedServer.openFirewall = true; + # }; + # hardware.opengl.driSupport32Bit = true; } diff --git a/profiles/station/packages.nix b/profiles/station/packages.nix index 7f5b5ef..c9d1af8 100644 --- a/profiles/station/packages.nix +++ b/profiles/station/packages.nix @@ -1,53 +1,50 @@ { - flake, - config, pkgs, ... }: { hm = { home.packages = with pkgs; [ - krew - dasel - initool - python311Packages.editorconfig - gcc - pkgsi686Linux.glibc - gnumake - raylib - gdb - maim - calcurse - profanity - file - ueberzug - mypaint - lynx - pstree - pywal - bashInteractive k9s - powershell - azure-cli - inotify-tools - alejandra - statix - github-cli - lazygit - argocd - bc - sxiv - nushell - sent - (nerdfonts.override {fonts = ["FiraCode"];}) - noto-fonts - noto-fonts-emoji - docker - k9s - dmenu - librewolf - firefox-wayland - xclip - libreoffice + # krew + # dasel + # # initool + # python311Packages.editorconfig + # gcc + # # pkgsi686Linux.glibc + # gnumake + # raylib + # # gdb + # maim + # calcurse + # profanity + # file + # ueberzug + # mypaint + # lynx + # pstree + # pywal + # bashInteractive + # k9s + # powershell + # azure-cli + # inotify-tools + # alejandra + # statix + # github-cli + # lazygit + # argocd + # bc + # # sxiv + # nushell + # # sent + # (nerdfonts.override {fonts = ["FiraCode"];}) + # noto-fonts + # noto-fonts-emoji + # # dmenu + # # librewolf + # # firefox-wayland + # # libreoffice + # # xclip ]; }; } diff --git a/profiles/station/suckless.nix b/profiles/station/suckless.nix index 8986e6d..f0742c4 100644 --- a/profiles/station/suckless.nix +++ b/profiles/station/suckless.nix @@ -8,7 +8,7 @@ nixpkgs.overlays = [(import (self + "/overlays/suckless.nix") {inherit pkgs; home = config.ivi.home;})]; hm = { xsession = { - enable = true; + enable = false; initExtra = '' ${pkgs.xorg.xmodmap}/bin/xmodmap -e "remove mod1 = Alt_R" ${pkgs.xorg.xmodmap}/bin/xmodmap -e "add mod3 = Alt_R" @@ -18,7 +18,7 @@ ''; }; services.picom = { - enable = true; + enable = false; activeOpacity = 0.99; inactiveOpacity = 0.7; opacityRules = [ @@ -37,7 +37,7 @@ }; }; services.dunst = { - enable = true; + enable = false; settings = { global = { monitor = 0; @@ -70,9 +70,9 @@ }; }; home.packages = with pkgs; [ - st - dwm - dwmblocks + # st + # dwm + # dwmblocks libnotify ]; }; diff --git a/profiles/station/virtualisation.nix b/profiles/station/virtualisation.nix index 63dd746..4e9425e 100644 --- a/profiles/station/virtualisation.nix +++ b/profiles/station/virtualisation.nix @@ -1,14 +1,14 @@ { pkgs, ... }: { - environment.systemPackages = with pkgs; [ - virt-viewer - ]; - virtualisation.libvirtd.enable = true; - programs.virt-manager.enable = true; - hm.dconf.settings = { - "org/virt-manager/virt-manager/connections" = { - autoconnect = ["qemu:///system"]; - uris = ["qemu:///system"]; - }; - }; - ivi.extraGroups = [ "libvirtd" ]; + # environment.systemPackages = with pkgs; [ + # virt-viewer + # ]; + # virtualisation.libvirtd.enable = true; + # programs.virt-manager.enable = true; + # hm.dconf.settings = { + # "org/virt-manager/virt-manager/connections" = { + # autoconnect = ["qemu:///system"]; + # uris = ["qemu:///system"]; + # }; + # }; + # ivi.extraGroups = [ "libvirtd" ]; } |
