Start to cleanup mksystem

This commit is contained in:
2024-11-25 12:18:42 +01:00
parent c8ca9bfabb
commit 4e62dc9f79
12 changed files with 176 additions and 167 deletions
-4
View File
@@ -69,8 +69,4 @@
info.enable = true;
nixos.enable = true;
};
# boot.kernelPackages = pkgs.linuxPackages_latest;
# This was needed on older versions of the kernel.
#boot.kernelParams = ["i915.force_probe=46a6" "i915.enable_psr=0"];
}
+2 -2
View File
@@ -1,13 +1,13 @@
{
pkgs,
config,
inputs,
neovim-nightly,
...
}: {
programs.neovim = {
enable = true;
withNodeJs = true;
package = inputs.neovim-nightly.packages.${pkgs.system}.default;
package = neovim-nightly.packages.${pkgs.system}.default;
extraPackages = with pkgs; [
gcc
tree-sitter
+2 -2
View File
@@ -1,7 +1,7 @@
{
config,
pkgs,
inputs,
zen,
...
}: let
# When editing this, don't forget to edit home.sessionVariables.
@@ -19,7 +19,7 @@ in {
home.packages = with pkgs; [
google-chrome
firefox
(import inputs.zen { system = "x86_64-linux"; }).zen-browser
(import zen {system = "x86_64-linux";}).zen-browser
vesktop
mpv
xdg-utils
+2 -2
View File
@@ -1,5 +1,5 @@
{inputs, ...}: let
pkg = inputs.ghostty.packages.x86_64-linux.default;
{ghostty, ...}: let
pkg = ghostty.packages.x86_64-linux.default;
in {
xdg.configFile."ghostty/config".source = ./ghostty.config;
+2 -2
View File
@@ -1,6 +1,6 @@
{
pkgs,
inputs,
astal,
...
}: let
covercolors = pkgs.stdenv.mkDerivation {
@@ -21,7 +21,7 @@
prev.buildInputs
++ [
pkgs.libdbusmenu-gtk3
inputs.astal.packages.x86_64-linux.river
astal.packages.x86_64-linux.river
];
});
in {