Skip to content

Commit

Permalink
update...
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Dec 15, 2024
1 parent 92af49f commit 808e296
Show file tree
Hide file tree
Showing 11 changed files with 257 additions and 255 deletions.
7 changes: 4 additions & 3 deletions Hosts/rose/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
boot.extraModulePackages = [ ];

fileSystems."/" =
{ device = "/dev/disk/by-uuid/0d45bdbe-5542-4f60-878e-5d9cae9be310";
{ device = "/dev/disk/by-uuid/406eb55d-7eea-42ba-8af1-878617c40b6c";
fsType = "btrfs";
options = [ "subvol=@" "compress=zstd" ];
};

boot.initrd.luks.devices."luks-735556dc-f934-4c07-a75e-6287448a4d1b".device = "/dev/disk/by-uuid/735556dc-f934-4c07-a75e-6287448a4d1b";
boot.initrd.luks.devices."luks-2fdce7f8-f538-4671-90e8-476ae26ea069".device = "/dev/disk/by-uuid/2fdce7f8-f538-4671-90e8-476ae26ea069";

fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/CCD3-4946";
{ device = "/dev/disk/by-uuid/EE1F-3752";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
Expand All @@ -35,6 +35,7 @@
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.eno1.useDHCP = lib.mkDefault true;
# networking.interfaces.enp0s20f0u5.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
Expand Down
2 changes: 1 addition & 1 deletion Modules/Home/Core/CLI/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{

imports = [
./flatpak.nix
#./flatpak.nix
./syncthing.nix
./kdeconnect.nix
#./gpg.nix
Expand Down
386 changes: 193 additions & 193 deletions Modules/Home/Core/Games/Minecraft/default.nix

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Modules/Home/Core/Games/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
imports = [
./steam.nix
#./Minecraft
./Minecraft
];
}
4 changes: 2 additions & 2 deletions Modules/Home/Core/Network/Browser/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
(createChromiumExtension {
# ublock origin
id = "cjpalhdlnbpafiamejdnhcphjbkeiagm";
sha256 = "sha256:1h7hkch680kp40mrc1121l8rl1qxwplqwbl53ysy5kbp9jn77v1r";
sha256 = "sha256:0lj0b5a2vga9x8nr12f9ijv1n0f8zcyzml19bzvw722jb98mic88";
version = "1.60.0";
})
(createChromiumExtension {
# dark reader
id = "eimadpbcbfnmbkopoojfekhnkhdbieeh";
sha256 = "sha256:0169harv9niwsjhi8pn3p063k1yhnlgjspih6gcfa6wxil50djzp";
sha256 = "sha256:1lih8zbil1jwbzg7m1lnbx41d9smaqbs472lya7dgh36iwgsnpsr";
version = "4.9.95";
})
(createChromiumExtension {
Expand Down
3 changes: 2 additions & 1 deletion Modules/Home/Core/Video/mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ config = {
deband = "no";
deband-iterations = 4;
deband-grain = 48;
dither-depth = 8;
# Set sub-ass-override to "no" as we only need to enable it for specific cases
sub-ass-override = "no";
sub-ass-override = "force";
sub-ass-style-overrides = "playresx=1920,playresy=1080,Kerning=yes";
sub-color = "#FFFFFF";
sub-border-size = 2.4;
Expand Down
4 changes: 2 additions & 2 deletions Modules/Home/Desktop/KDE/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Enable the kde plasma desktop environment & sddm
services = {
xserver.enable = true;
xserver.enable = false;
desktopManager.plasma6.enable = true;
displayManager.sddm = {
enable = true;
Expand All @@ -26,5 +26,5 @@ services = {
")
];

programs.xwayland.enable = true;
#programs.xwayland.enable = false;
}
2 changes: 1 addition & 1 deletion Modules/NixOS/Hardware/zram.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ zramSwap = {
services.zram-generator.enable = true;
boot.kernel = {
sysctl = {
"vm.swappiness" = lib.mkForce 180;
#"vm.swappiness" = lib.mkForce 180;
"vm.watermark_boost_factor" = 0;
"vm.watermark_scale_factor" = 125;
"vm.page-cluster" = 0;
Expand Down
92 changes: 46 additions & 46 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
#kdePackages.konversation
heroic
#minigalaxy
#(discord.override {
#withVencord = true;
#withOpenASAR = false;
#(discord-canary.override {
# withVencord = true;
# withOpenASAR = true;
#})
legcord
#arrpc
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ history:
nix profile history --profile /nix/var/nix/profiles/system

gc:
# remove all generations older than 7 days
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 7d
# remove all generations older than 1 day
sudo nix profile wipe-history --profile /nix/var/nix/profiles/system --older-than 1d

# garbage collect all unused nix store entries
sudo nix store gc --debug
Expand Down

0 comments on commit 808e296

Please sign in to comment.