mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-23 14:36:31 +00:00
Compare commits
2 commits
ebb57fce5f
...
6a6e3ef8ae
Author | SHA1 | Date | |
---|---|---|---|
6a6e3ef8ae | |||
aa9ec4b1f6 |
2 changed files with 17 additions and 16 deletions
|
@ -45,6 +45,7 @@
|
|||
# OVERRIDES ##########################################################
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
"freeimage-unstable-2021-11-01"
|
||||
];
|
||||
|
||||
|
||||
|
@ -61,7 +62,7 @@
|
|||
};
|
||||
|
||||
# ------------ kernel -------------------------------------------------------
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_5;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
||||
|
@ -86,8 +87,8 @@
|
|||
console.useXkbConfig = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "gb";
|
||||
services.xserver.xkbOptions = "eurosign:e,ctrl:nocaps,compose:ralt";
|
||||
services.xserver.xkb.layout = "gb";
|
||||
services.xserver.xkb.options = "eurosign:e,ctrl:nocaps,compose:ralt";
|
||||
# enable touchpad support
|
||||
services.xserver.libinput.enable = true;
|
||||
|
||||
|
@ -243,7 +244,7 @@
|
|||
## mail
|
||||
isync
|
||||
msmtp
|
||||
neomutt urlview
|
||||
neomutt urlscan
|
||||
notmuch
|
||||
aspell # spell checking in mail
|
||||
## Rust
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1706542027,
|
||||
"narHash": "sha256-kunu519u5RI6ZQZ3tDoDpoFeGjY/93cBTbbFi1iiRCI=",
|
||||
"lastModified": 1710148658,
|
||||
"narHash": "sha256-C+fdGzsCfZBoeUrETdyFMqqmYz+bJFpAA2yRPKA/7W4=",
|
||||
"owner": "Feliix42",
|
||||
"repo": "mlir.nix",
|
||||
"rev": "7845731a3091da638be59cce1ca62554ce7faea3",
|
||||
"rev": "1c2fca6c0a5d4996f4cd29156b7ca09bc7a13683",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -23,11 +23,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1708091350,
|
||||
"narHash": "sha256-o28BJYi68qqvHipT7V2jkWxDiMS1LF9nxUsou+eFUPQ=",
|
||||
"lastModified": 1710123225,
|
||||
"narHash": "sha256-j3oWlxRZxB7cFsgEntpH3rosjFHRkAo/dhX9H3OfxtY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "106d3fec43bcea19cb2e061ca02531d54b542ce3",
|
||||
"rev": "ad2fd7b978d5e462048729a6c635c45d3d33c9ba",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -39,11 +39,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1708475490,
|
||||
"narHash": "sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU=",
|
||||
"lastModified": 1709961763,
|
||||
"narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0e74ca98a74bc7270d28838369593635a5db3260",
|
||||
"rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -62,11 +62,11 @@
|
|||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1708475490,
|
||||
"narHash": "sha256-g1v0TsWBQPX97ziznfJdWhgMyMGtoBFs102xSYO4syU=",
|
||||
"lastModified": 1709961763,
|
||||
"narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0e74ca98a74bc7270d28838369593635a5db3260",
|
||||
"rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue