Update timezone + latest kernel
This commit is contained in:
parent
a2be692e45
commit
9a5610253b
|
|
@ -41,7 +41,7 @@
|
||||||
]; }
|
]; }
|
||||||
{
|
{
|
||||||
networking.hostName = host;
|
networking.hostName = host;
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Asia/Bangkok";
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ in
|
||||||
programs.ssh.matchBlocks."*".identityFile = "/home/user/.secrets/SSH/Aloria/id_ed25519";
|
programs.ssh.matchBlocks."*".identityFile = "/home/user/.secrets/SSH/Aloria/id_ed25519";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
rclone
|
rclone
|
||||||
opencode
|
opencode
|
||||||
zed-editor
|
zed-editor
|
||||||
|
|
|
||||||
|
|
@ -245,7 +245,7 @@ in {
|
||||||
"$mainMod, SPACE, togglesplit, # dwindle"
|
"$mainMod, SPACE, togglesplit, # dwindle"
|
||||||
"CONTROL_L ALT_L, L, exec, ${pkgs.hyprlock}/bin/hyprlock"
|
"CONTROL_L ALT_L, L, exec, ${pkgs.hyprlock}/bin/hyprlock"
|
||||||
"$mainMod, C, exec, vicinae vicinae://extensions/vicinae/clipboard/history"
|
"$mainMod, C, exec, vicinae vicinae://extensions/vicinae/clipboard/history"
|
||||||
"$mainMod, W, exec, vicinae vicinae://extensions/vicinae/wm/switch-windows"
|
"$mainMod, N, exec, vicinae vicinae://extensions/vicinae/wm/switch-windows"
|
||||||
"$mainMod, Escape, exec, vicinae open -q \"Power Management \""
|
"$mainMod, Escape, exec, vicinae open -q \"Power Management \""
|
||||||
",XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl set +10%"
|
",XF86MonBrightnessUp, exec, ${pkgs.brightnessctl}/bin/brightnessctl set +10%"
|
||||||
",XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl set 10%-"
|
",XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl set 10%-"
|
||||||
|
|
|
||||||
|
|
@ -44,12 +44,12 @@
|
||||||
"hyprland/window" = { max-length = 50; };
|
"hyprland/window" = { max-length = 50; };
|
||||||
tray = { spacing = 10; };
|
tray = { spacing = 10; };
|
||||||
"clock#clock2" = {
|
"clock#clock2" = {
|
||||||
timezone = "Europe/Brussels";
|
timezone = "Asia/Bangkok";
|
||||||
format = "{:%H:%M:%S}";
|
format = "{:%H:%M:%S}";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
timezone = "Europe/Brussels";
|
timezone = "Asia/Bangkok";
|
||||||
format = "{:%Y-%m-%d}";
|
format = "{:%Y-%m-%d}";
|
||||||
interval = 3600;
|
interval = 3600;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -48,9 +48,10 @@
|
||||||
hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";
|
hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";
|
||||||
hardware.ipu6.enable = true;
|
hardware.ipu6.enable = true;
|
||||||
hardware.ipu6.platform = "ipu6ep";
|
hardware.ipu6.platform = "ipu6ep";
|
||||||
# nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
# zfs = pkgs.zfs_unstable;
|
zfs = pkgs.zfs_unstable;
|
||||||
# };
|
};
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
# boot.kernelPackages = pkgs.linuxPackages_latest.extend ( self: super: {
|
# boot.kernelPackages = pkgs.linuxPackages_latest.extend ( self: super: {
|
||||||
# ipu6-drivers = super.ipu6-drivers.overrideAttrs (
|
# ipu6-drivers = super.ipu6-drivers.overrideAttrs (
|
||||||
# final: previous: rec {
|
# final: previous: rec {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue