mistmane boots from nvme now

This commit is contained in:
Artemis Tosini 2023-11-01 04:18:19 +00:00
parent a5157c6061
commit 46dfaa466b
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
8 changed files with 22 additions and 49 deletions

View file

@ -201,11 +201,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1698670511, "lastModified": 1698795315,
"narHash": "sha256-jQIu3UhBMPHXzVkHQO1O2gg8SVo5lqAVoC6mOaLQcLQ=", "narHash": "sha256-fF5ScAWLMHXOuqsbLSG137kS1D+gr9JPtm4H2c4yBbU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "8e5416b478e465985eec274bc3a018024435c106", "rev": "9bc7d84b8213255ecd5eb6299afdb77c36ece71d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -280,11 +280,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1698318101, "lastModified": 1698611440,
"narHash": "sha256-gUihHt3yPD7bVqg+k/UVHgngyaJ3DMEBchbymBMvK1E=", "narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "63678e9f3d3afecfeafa0acead6239cdb447574c", "rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -338,11 +338,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1698504351, "lastModified": 1698761408,
"narHash": "sha256-/bj7Sy32j2HPtIuwjV94ZqF3A8A3CIouOngz8pdMn2I=", "narHash": "sha256-9uw2BSrhFaWZwOstP6hY8jgrs/w45kz7TSP5+KdZZKg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "9004ffe32f68bb9cc3e5907bdb55ceccddca44a0", "rev": "77a3f3c29817e8ec14448022c934ae708968fd22",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -436,11 +436,11 @@
}, },
"private": { "private": {
"locked": { "locked": {
"lastModified": 1698690458, "lastModified": 1698692803,
"narHash": "sha256-4Gh4M1kKThixZNc8Nm0oxm+tqkpaqM+lslr0UT2SS0o=", "narHash": "sha256-k2Ga4hMDGu6Vdm04Dcp3tEMbU5n+q7vv1WHezFmbJhM=",
"ref": "unified", "ref": "unified",
"rev": "d3013be9e32a3b38dbe1794b66a29866f38924fb", "rev": "6a88a8511a0581d7b3e8825344014abaac42a29c",
"revCount": 35, "revCount": 36,
"type": "git", "type": "git",
"url": "ssh://gitea@git.mildlyfunctional.gay/artemist/nixos-config-private" "url": "ssh://gitea@git.mildlyfunctional.gay/artemist/nixos-config-private"
}, },
@ -461,8 +461,7 @@
"nixvim": "nixvim", "nixvim": "nixvim",
"private": "private", "private": "private",
"rustybar": "rustybar", "rustybar": "rustybar",
"utils": "utils_2", "utils": "utils_2"
"wip-pinebook-pro": "wip-pinebook-pro"
} }
}, },
"rust-overlay": { "rust-overlay": {
@ -575,22 +574,6 @@
"repo": "flake-utils", "repo": "flake-utils",
"type": "github" "type": "github"
} }
},
"wip-pinebook-pro": {
"flake": false,
"locked": {
"lastModified": 1648577588,
"narHash": "sha256-ur0wxh0hrQH2BiFBxfmm16dJtS+tGzIU9EN3EZpSCpQ=",
"owner": "samueldr",
"repo": "wip-pinebook-pro",
"rev": "97751d24818f5fdc7abf4418fcfcc31fecfcc18a",
"type": "github"
},
"original": {
"owner": "samueldr",
"repo": "wip-pinebook-pro",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -33,10 +33,6 @@
}; };
private.url = private.url =
"git+ssh://gitea@git.mildlyfunctional.gay/artemist/nixos-config-private?ref=unified"; "git+ssh://gitea@git.mildlyfunctional.gay/artemist/nixos-config-private?ref=unified";
wip-pinebook-pro = {
url = "github:samueldr/wip-pinebook-pro";
flake = false;
};
}; };
outputs = { self, nixpkgs, home-manager, private, utils, nixvim, ... }@inputs: outputs = { self, nixpkgs, home-manager, private, utils, nixvim, ... }@inputs:

View file

@ -107,8 +107,7 @@
libqalculate libqalculate
# Web # Web
firefox-bin firefox
google-chrome
# Gnome configuration # Gnome configuration
gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme
@ -119,6 +118,10 @@
# Dictionaries # Dictionaries
]) ++ (with pkgs.hunspellDicts; [ en-us-large de_DE ]) ]) ++ (with pkgs.hunspellDicts; [ en-us-large de_DE ])
++ (lib.optionals (pkgs.system == "x86_64-linux") (with pkgs; [ ++ (lib.optionals (pkgs.system == "x86_64-linux") (with pkgs; [
# Web
google-chrome
# EFI stuff
efibootmgr efibootmgr
efitools efitools
sbsigntool sbsigntool

View file

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
./1password.nix
./sway.nix ./sway.nix
./packages.nix ./packages.nix
./pipewire.nix ./pipewire.nix

View file

@ -6,21 +6,14 @@
./hardware-configuration.nix ./hardware-configuration.nix
../../sets/laptop.nix ../../sets/laptop.nix
../../sets/workstation.nix ../../sets/workstation.nix
"${inputs.wip-pinebook-pro}/pinebook_pro.nix" ../../sets/sshd.nix
inputs.nixos-hardware.nixosModules.pine64-pinebook-pro
]; ];
networking.hostName = "mistmane"; networking.hostName = "mistmane";
home-manager.users.artemis = { home-manager.users.artemis = {
programs.foot = {
enable = true;
settings.main = {
shell = "/run/current-system/sw/bin/fish";
font = "FiraCode Nerd Font:size=6";
};
};
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {
terminal = lib.mkForce "foot";
input."9610:30:HAILUCK_CO.,LTD_USB_KEYBOARD_Touchpad" = { input."9610:30:HAILUCK_CO.,LTD_USB_KEYBOARD_Touchpad" = {
middle_emulation = "enabled"; middle_emulation = "enabled";
click_method = "clickfinger"; click_method = "clickfinger";

View file

@ -4,7 +4,6 @@
imports = [ imports = [
./boot-config.nix ./boot-config.nix
./hardware-configuration.nix ./hardware-configuration.nix
../../sets/1password.nix
../../sets/buildMachines.nix ../../sets/buildMachines.nix
../../sets/hacking.nix ../../sets/hacking.nix
../../sets/hardware.nix ../../sets/hardware.nix

View file

@ -4,7 +4,6 @@
imports = [ imports = [
./boot-config.nix ./boot-config.nix
./hardware-configuration.nix ./hardware-configuration.nix
../../sets/1password.nix
../../sets/buildMachines.nix ../../sets/buildMachines.nix
../../sets/hacking.nix ../../sets/hacking.nix
../../sets/laptop.nix ../../sets/laptop.nix

View file

@ -5,7 +5,6 @@
./boot-config.nix ./boot-config.nix
./hardware-configuration.nix ./hardware-configuration.nix
./scripts.nix ./scripts.nix
../../sets/1password.nix
../../sets/builder.nix ../../sets/builder.nix
../../sets/disc.nix ../../sets/disc.nix
../../sets/fpga.nix ../../sets/fpga.nix