Skip to content

Commit

Permalink
update: update from 23.11 to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
savalet committed Jun 27, 2024
1 parent 72573b5 commit a5809a9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 18 deletions.
16 changes: 8 additions & 8 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
description = "savalet's dotfiles";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
home-manager.url = "github:nix-community/home-manager/release-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
1 change: 1 addition & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
teams-for-linux
google-chrome
prismlauncher
screen
];
};

Expand Down
5 changes: 0 additions & 5 deletions home/hyprland/src/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ general {
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)

layout = dwindle

no_cursor_warps = true

}

decoration {
Expand Down Expand Up @@ -113,7 +109,6 @@ dwindle {
}

master {
new_is_master = true
orientation = right
mfact = 0.55
new_on_top = true
Expand Down
5 changes: 2 additions & 3 deletions pluton/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
enableSSHSupport = true;
};

Expand Down Expand Up @@ -67,8 +66,8 @@

# Configure keymap in X11
services.xserver = {
layout = "us";
xkbVariant = "alt-intl";
xkb.layout = "us";
xkb.variant = "alt-intl";
};

# Configure console keymap
Expand Down

0 comments on commit a5809a9

Please sign in to comment.