mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-10 18:48:34 +02:00
chore: Update to latest nixos-unstable release
This commit is contained in:
parent
1d448a5289
commit
f7df16b6a1
14
flake.lock
generated
14
flake.lock
generated
@ -169,11 +169,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708294481,
|
"lastModified": 1709578243,
|
||||||
"narHash": "sha256-DZtxmeb4OR7iCaKUUuq05ADV2rX8WReZEF7Tq//W0+Y=",
|
"narHash": "sha256-hF96D+c2PBmAFhymMw3z8hou++lqKtZ7IzpFbYeL1/Y=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "a54e05bc12d88ff2df941d0dc1183cb5235fa438",
|
"rev": "23ff9821bcaec12981e32049e8687f25f11e5ef3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -184,16 +184,16 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708274875,
|
"lastModified": 1709479366,
|
||||||
"narHash": "sha256-BIYMthHTTruzTiS6pQMKbyz8etetUVLC4sl2G1WkfMM=",
|
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "55725130384a70d0803d76a5e595b620762e50b6",
|
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-unstable-small",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ eww-wayland ];
|
home.packages = with pkgs; [ eww ];
|
||||||
|
|
||||||
xdg.configFile."eww/eww.yuck".text = /* yuck */ ''
|
xdg.configFile."eww/eww.yuck".text = /* yuck */ ''
|
||||||
(defwidget icons []
|
(defwidget icons []
|
||||||
|
@ -177,14 +177,16 @@ in
|
|||||||
workspace_swipe = yes
|
workspace_swipe = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
device:synps/2-synaptics-touchpad {
|
device {
|
||||||
|
name = synps/2-synaptics-touchpad
|
||||||
sensitivity = 0.75
|
sensitivity = 0.75
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
natural_scroll = yes
|
natural_scroll = yes
|
||||||
disable_while_typing = no
|
disable_while_typing = no
|
||||||
}
|
}
|
||||||
|
|
||||||
device:tpps/2-elan-trackpoint {
|
device {
|
||||||
|
name = tpps/2-elan-trackpoint
|
||||||
sensitivity = 0.5
|
sensitivity = 0.5
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
}
|
}
|
||||||
|
@ -128,11 +128,11 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"osu-lazer-bin-2024.131.0"
|
"osu-lazer-bin-2024.221.0"
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"electron-25.9.0"
|
"freeimage-unstable-2021-11-01"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.defaultPackages = [ ];
|
environment.defaultPackages = [ ];
|
||||||
|
Loading…
Reference in New Issue
Block a user