fix yokai

This commit is contained in:
Johannes Jöns 2024-01-12 21:58:23 +01:00
parent d72eb16958
commit 86ba759343
3 changed files with 30 additions and 23 deletions

View file

@ -11,11 +11,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1704384167,
"narHash": "sha256-3Bst0uAjpUMKwIoHsSDWBM+A1hz1orxd2jQVOaypvow=",
"lastModified": 1705069194,
"narHash": "sha256-hLonLHQb6OVo+Ixc7/oU04DAKrma9Hv5F9chjb0c+YA=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "99fefb12ae9cd2464591df3652709f513a20a89e",
"rev": "27f2d691df31110ce4f194eeea94aff912c1849c",
"type": "gitlab"
},
"original": {
@ -64,11 +64,11 @@
]
},
"locked": {
"lastModified": 1704152458,
"narHash": "sha256-DS+dGw7SKygIWf9w4eNBUZsK+4Ug27NwEWmn2tnbycg=",
"lastModified": 1704982712,
"narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "88a2cd8166694ba0b6cb374700799cec53aef527",
"rev": "07f6395285469419cf9d078f59b5b49993198c00",
"type": "github"
},
"original": {
@ -164,11 +164,11 @@
]
},
"locked": {
"lastModified": 1704809957,
"narHash": "sha256-Z8sBeoeeY2O+BNqh5C+4Z1h1F1wQ2mij7yPZ2GY397M=",
"lastModified": 1704980804,
"narHash": "sha256-lPNNKdPqIYcjhhYIVwlajNt/HqVWbMOoSdNnwCvOP04=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e13aa9e287b3365473e5897e3667ea80a899cdfb",
"rev": "93e804e7f8a1eb88bde6117cd5046501e66aa4bd",
"type": "github"
},
"original": {
@ -205,11 +205,11 @@
"pre-commit-hooks": "pre-commit-hooks"
},
"locked": {
"lastModified": 1704913390,
"narHash": "sha256-9y5tkEnKDSVfxFzcQj7RemnaRVwZc8YfWgsSVwX17y0=",
"lastModified": 1705053342,
"narHash": "sha256-Fmeg769Go6c/0dcBKk5vBr1vpcY8BSINvLf7MVfAOt0=",
"owner": "nix-community",
"repo": "kde2nix",
"rev": "ee296ca45efb929de41797694f2acf5a27882e49",
"rev": "12ac32a11cbb78dd81f1db6cc36b10d4e7b3290d",
"type": "github"
},
"original": {
@ -393,11 +393,11 @@
"openrgb": {
"flake": false,
"locked": {
"lastModified": 1704711607,
"narHash": "sha256-nDK1hFfFtWp37endAQXhkq0D66pqU2rzz75ZLY0Zs2Y=",
"lastModified": 1705023767,
"narHash": "sha256-brXeW+xFRDJgb5RwFs9/kXEu+onl8QevYtJmmyWtc4c=",
"owner": "CalcProgrammer1",
"repo": "OpenRGB",
"rev": "33e9d8e0e1905c7098805f09efcdc300e46b786c",
"rev": "de2b60b0bd93e2c7f197dad9c7f05a0923421014",
"type": "gitlab"
},
"original": {
@ -453,11 +453,11 @@
]
},
"locked": {
"lastModified": 1704913983,
"narHash": "sha256-K/GuHFFriQhH3VPWMhm6bYelDuPyGGjGu1OF1EWUn5k=",
"lastModified": 1705072518,
"narHash": "sha256-90dERRuG781f0EWjn2AOtScZqsTcpIFLpY8TN2VbkL8=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "b0265634df1dc584585c159b775120e637afdb41",
"rev": "274ae3979a0eacae422e1bbcf63b8b7a335e1114",
"type": "github"
},
"original": {
@ -500,11 +500,11 @@
]
},
"locked": {
"lastModified": 1704895629,
"narHash": "sha256-pRHh1yDxaDZNm6Ef878q6hXBESLHSXOCTMdx8vAeTnY=",
"lastModified": 1705083242,
"narHash": "sha256-vVNVJBWQ/ixy/jcXpYmR8pBjohmEV32yuTsRMGx+Mr8=",
"owner": "PrismLauncher",
"repo": "PrismLauncher",
"rev": "dbdec15ddb252b858c3a68e7b695388517f702a2",
"rev": "f931890e953f2f80c794d68a1fed94863424e126",
"type": "github"
},
"original": {

View file

@ -17,7 +17,7 @@ in {
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB8oyMpS2hK3gQXyHIIVS6oilgMpemLmfhKKJ6RBMwUh johannes@joens.email"
];
packages = with pkgs;
[ libsForQt5.kate libsForQt5.ark texlive.combined.scheme-full ]
[ libsForQt5.kate libsForQt5.ark ]
++ lib.optionals (config.system == "x86_64-linux") [
discord
lutris

View file

@ -10,9 +10,9 @@
audio = { enable = true; };
bluetooth.enable = true;
local.enable = true;
overlays.enable = true;
nix.enable = true;
plasma.enable = true;
printing.enable = true;
jopejoe1.enable = true;
root.enable = true;
ssh.enable = true;
@ -32,6 +32,7 @@
catppuccin-kde
catppuccin-gtk
tela-icon-theme
element-desktop
];
programs = {
@ -46,10 +47,16 @@
};
services.xserver = { layout = "us"; };
nixpkgs.hostPlatform = {
system = "aarch64-linux";
config = "aarch64-unknown-linux-gnu";
};
boot = {
supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
loader = {
grub.enable = false;
generic-extlinux-compatible.enable = true;
};
};