use sudo-rs, update ghostty, ralsei in fastfetch
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# package = pkgs.steam-millennium;
|
||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
|
||||
@@ -54,7 +55,7 @@
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
# user.groups.libvirtd.members = [ "ocbwoy3" ];
|
||||
users.groups.libvirtd.members = [ "ocbwoy3" ];
|
||||
virtualisation.libvirtd.enable = true;
|
||||
# virtualisation.waydroid.enable = true;
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
@@ -107,7 +108,7 @@
|
||||
kdePackages.kdenlive
|
||||
libsForQt5.qt5ct
|
||||
catppuccin-qt5ct
|
||||
lightly-qt
|
||||
darkly
|
||||
kdePackages.qt6ct
|
||||
hyfetch
|
||||
kitty
|
||||
@@ -181,7 +182,13 @@
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
|
||||
gtk.enable = true;
|
||||
gtk = {
|
||||
enable = true;
|
||||
cursorTheme.name = lib.mkDefault "RalseiCursors";
|
||||
cursorTheme.package = lib.mkDefault (pkgs.callPackage ./packages/ralsei-cursors/default.nix {});
|
||||
iconTheme.name = lib.mkDefault "Arashi";
|
||||
iconTheme.package = lib.mkDefault (pkgs.callPackage ./packages/arashi-icons.nix {});
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
|
||||
@@ -19,13 +19,16 @@
|
||||
|
||||
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
|
||||
|
||||
security.polkit = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
security.soteria.enable = true;
|
||||
|
||||
# surely they should add programs.discord!!
|
||||
environment.systemPackages = with pkgs; [
|
||||
(discord-ptb.override {
|
||||
withMoonlight = true;
|
||||
# enable = true;
|
||||
# version = pkgs.discord-ptb;
|
||||
# disableBreakingUpdates = true;
|
||||
(discord.override {
|
||||
withEquicord = true;
|
||||
})
|
||||
|
||||
# hyprland stuff
|
||||
@@ -113,8 +116,6 @@
|
||||
cliphist
|
||||
pywal
|
||||
pavucontrol
|
||||
polkit
|
||||
libsForQt5.polkit-kde-agent
|
||||
wlogout
|
||||
libnotify
|
||||
killall
|
||||
|
||||
Reference in New Issue
Block a user