Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos-unstable -> nixos-24.11 #173

Closed
wants to merge 56 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
211808b
flake: drop pacifidlog and jovian due to dependency on unstable
alyraffauf Nov 24, 2024
11cfa32
github: drop pacifidlog
alyraffauf Nov 24, 2024
c2b38cb
base: set $FLAKE to release-24.11 branch
alyraffauf Nov 24, 2024
a20c208
hyprland: add hyprspace plugin
alyraffauf Nov 24, 2024
f5002b6
flake: onboard petalburg (#174)
alyraffauf Nov 25, 2024
4a92c8d
hw/laptop: remove libcamera workaround
alyraffauf Nov 25, 2024
5b89948
hosts: remove flakehub references from README
alyraffauf Nov 25, 2024
95d5687
petalburg: update password
alyraffauf Nov 25, 2024
872870f
petalburg: set scaling to 1.0
alyraffauf Nov 25, 2024
ccb70cb
flake.lock: Update (#176)
alyraffauf Nov 25, 2024
0c81d34
pkgs: add emudeck (#177)
alyraffauf Nov 25, 2024
6ebd1fc
secrets: add root_petalburg
alyraffauf Nov 25, 2024
11f8cb1
syncthing: add petalburg
alyraffauf Nov 25, 2024
f6caaa4
hw/asus/a16: add asusd and rog-control-center
alyraffauf Nov 25, 2024
314f376
petalburg: set display to 1.25 scale
alyraffauf Nov 25, 2024
d4bd77a
petalburg: enable easyeffects
alyraffauf Nov 26, 2024
e04819f
petalburg: enable steam gamescope session
alyraffauf Nov 26, 2024
af24956
secrets: add aly@petalburg
alyraffauf Nov 26, 2024
4f121dc
secrets: add aly_petalburg pub key
alyraffauf Nov 26, 2024
3de60a8
fallarbor: sway -> hyprland
alyraffauf Nov 26, 2024
9e62842
flake.lock: Update (#179)
alyraffauf Nov 26, 2024
e24d830
Revert "github: drop pacifidlog"
alyraffauf Nov 27, 2024
e1fbcd5
Revert "flake: drop pacifidlog and jovian due to dependency on unstable"
alyraffauf Nov 27, 2024
15a8597
Revert "base: set $FLAKE to release-24.11 branch"
alyraffauf Nov 27, 2024
04cc7e5
Merge branch 'master' into release-24.11
alyraffauf Nov 27, 2024
8a4d45f
bibata-curosrs -> adwaita
alyraffauf Nov 27, 2024
9d5b0cf
flake: move to release-24.11
alyraffauf Nov 27, 2024
42aa84d
flake: lock home-manager to release-24.11
alyraffauf Nov 27, 2024
b7bf1a9
hypridle: fixed syntax error in suspend timeout
alyraffauf Nov 27, 2024
9ba7728
flake.lock: Update (#186)
alyraffauf Nov 30, 2024
8719561
hw/asus/a16: fix minor graphic artifacts issue with amdgpu.dcdebugmas…
alyraffauf Nov 29, 2024
8cb14ee
hw/asus/a16: add asusd config and fan control
alyraffauf Nov 29, 2024
016cb51
aly: auth with aly@petalburg ssh key
alyraffauf Nov 30, 2024
056baf7
emudeck: fixup install scripts
alyraffauf Nov 30, 2024
29af7f6
nixosModules: init apps.emudeck
alyraffauf Nov 30, 2024
e6739dd
flake.lock: Update (#188)
alyraffauf Dec 1, 2024
a240cd1
hw/asus/a16: adjust lower level fan curves
alyraffauf Dec 3, 2024
0dd273d
hw/gaming: fixup overrides
alyraffauf Dec 3, 2024
4172877
mauville: remove sway
alyraffauf Dec 3, 2024
9a2ed7e
hw/gaming: use lz4 for zram swap
alyraffauf Dec 3, 2024
134acc5
hw/common: reduce zram memoryPercent to 25
alyraffauf Dec 3, 2024
5308fd5
slateport: use default zram size in hw/common
alyraffauf Dec 3, 2024
4bfaaef
rustboro: use lz4 for zram, limit to 50%
alyraffauf Dec 3, 2024
d9a7b1b
mauville: remove custom zram memoryPercent
alyraffauf Dec 3, 2024
2298d40
hw/gaming: enable steamos optimizations
alyraffauf Dec 3, 2024
eea6986
pacifidlog: be selective in jovian steamos optimizations where they i…
alyraffauf Dec 3, 2024
4ce68f8
pacifidlog: disable jovian default steamOSConfig
alyraffauf Dec 3, 2024
5bd9958
flake/stylix: track release-24.11 (#189)
alyraffauf Dec 4, 2024
753ac7d
lavaridge: disable virt-manager
alyraffauf Dec 5, 2024
72edcf8
lavaridge: disable sway
alyraffauf Dec 5, 2024
2544e32
mauville: disable virt manager
alyraffauf Dec 5, 2024
3d72b24
petalburg: disable virt-manager
alyraffauf Dec 5, 2024
f80abbd
aly: trim installed apps
alyraffauf Dec 5, 2024
b0699fb
lavaridge: enable gaming optimizations
alyraffauf Dec 3, 2024
5badc90
fastfetch: add gpu info
alyraffauf Dec 5, 2024
38c3d90
theme: install kio to fix qt file dialogs
alyraffauf Dec 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Aly's NixOS flake.";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/release-24.11";

agenix = {
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -16,7 +16,7 @@

home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-24.11";
};

iio-hyprland = {
Expand All @@ -43,7 +43,7 @@

stylix = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:danth/stylix/master";
url = "github:danth/stylix/release-24.11";
};

wallpapers = {
Expand Down
6 changes: 6 additions & 0 deletions homeManagerModules/apps/fastfetch/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
keyColor = "33";
type = "cpu";
}
{
format = "{2}";
key = "gpu ";
keyColor = "33";
type = "gpu";
}
{
key = "memory";
keyColor = "33";
Expand Down
2 changes: 1 addition & 1 deletion homeManagerModules/services/hypridle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ in {
}
++ lib.optional cfg.desktop.autoSuspend {
timeout = 600;
command = "systemctl suspend";
on-timeout = "systemctl suspend";
}
++ lib.optional
(!cfg.desktop.autoSuspend) {
Expand Down
1 change: 1 addition & 0 deletions homeManagerModules/theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ in {
home.packages = [
pkgs.adwaita-icon-theme
pkgs.liberation_ttf
pkgs.libsForQt5.kio
];

gtk.iconTheme = {
Expand Down
3 changes: 0 additions & 3 deletions homes/aly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ self: {
homeDirectory = "/home/aly";

packages = with pkgs; [
bitwarden-desktop
curl
fractal
nicotine-plus
obsidian
picard
tauon
transmission-remote-gtk
tuba
vesktop
];

Expand Down
4 changes: 2 additions & 2 deletions hosts/fallarbor/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
polarity = "dark";

cursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};

Expand Down
4 changes: 2 additions & 2 deletions hosts/lavaridge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
self.nixosModules.common-pkgs
self.nixosModules.common-tailscale
self.nixosModules.common-wifi-profiles
self.nixosModules.hw-common-gaming
self.nixosModules.hw-framework-13-amd-7000
];

Expand Down Expand Up @@ -70,20 +71,19 @@
firefox.enable = true;
podman.enable = true;
steam.enable = true;
virt-manager.enable = true;
};

desktop = {
greetd.enable = true;
hyprland.enable = true;
sway.enable = true;
};

laptopMode = true;

users.aly = {
enable = true;
password = "$y$j9T$NSS7QcEtN4yiigPyofwlI/$nxdgz0lpySa0heDMjGlHe1gX3BWf48jK6Tkfg4xMEs6";

syncthing = {
enable = true;
certFile = config.age.secrets.syncthingCert.path;
Expand Down
4 changes: 2 additions & 2 deletions hosts/lavaridge/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
polarity = "dark";

cursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};

Expand Down
3 changes: 0 additions & 3 deletions hosts/mauville/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,13 @@ in {

environment.variables.GDK_SCALE = "1.25";
system.stateVersion = "24.05";
zramSwap.memoryPercent = 100;

ar = {
apps = {
firefox.enable = true;
nicotine-plus.enable = true;
podman.enable = true;
steam.enable = true;
virt-manager.enable = true;
};

desktop = {
Expand All @@ -119,7 +117,6 @@ in {

steam.enable = true;
hyprland.enable = true;
sway.enable = true;
};

users = {
Expand Down
4 changes: 2 additions & 2 deletions hosts/mauville/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
polarity = "light";

cursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};

Expand Down
8 changes: 6 additions & 2 deletions hosts/pacifidlog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@
};

steamos = {
enableMesaPatches = lib.mkForce false;
useSteamOSConfig = true;
enableAutoMountUdevRules = true;
enableBluetoothConfig = true;
enableDefaultCmdlineConfig = true;
enableProductSerialAccess = true;
enableVendorRadv = true;
useSteamOSConfig = false;
};
};

Expand Down
4 changes: 2 additions & 2 deletions hosts/pacifidlog/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
polarity = "dark";

cursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};

Expand Down
1 change: 0 additions & 1 deletion hosts/petalburg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
firefox.enable = true;
podman.enable = true;
steam.enable = true;
virt-manager.enable = true;
};

desktop = {
Expand Down
4 changes: 2 additions & 2 deletions hosts/petalburg/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
polarity = "dark";

cursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};

Expand Down
6 changes: 5 additions & 1 deletion hosts/rustboro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
environment.variables.GDK_SCALE = "1.25";
networking.hostName = "rustboro";
system.stateVersion = "24.05";
zramSwap.memoryPercent = 100;

zramSwap = {
algorithm = "lz4";
memoryPercent = 50;
};

ar = {
apps.firefox.enable = true;
Expand Down
4 changes: 2 additions & 2 deletions hosts/rustboro/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
polarity = "dark";

cursor = {
name = "Bibata-Modern-Classic";
package = pkgs.bibata-cursors;
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
size = 24;
};

Expand Down
1 change: 0 additions & 1 deletion hosts/slateport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
};

system.stateVersion = "24.05";
zramSwap.memoryPercent = 100;

ar = {
apps.podman.enable = true;
Expand Down
Loading
Loading