va a ciapa i ratt

This commit is contained in:
Andrea Ciceri 2023-06-16 10:07:37 +02:00
parent fac91af11a
commit 8346c9f02c
No known key found for this signature in database
43 changed files with 909 additions and 446 deletions

View file

@ -19,6 +19,7 @@
"nix-serve"
"cgit"
"docker"
"binfmt"
];
ccr = {
@ -32,6 +33,7 @@
"shell"
"xdg"
"git-workspace"
"firefox" # used with waypipe
];
packages = with pkgs; [
comma
@ -59,7 +61,7 @@
nixpkgs.config.joypixels.acceptLicense = true;
environment.systemPackages = with pkgs; [waypipe firefox];
environment.systemPackages = with pkgs; [waypipe];
home-manager.users.ccr.gtk = {
enable = true;

View file

@ -12,7 +12,6 @@
format = "gpt";
partitions = [
{
type = "partition";
name = "ESP";
start = "0";
end = "960MiB";
@ -25,7 +24,6 @@
};
}
{
type = "partition";
name = "zfs";
start = "1GiB";
end = "100%";
@ -45,7 +43,6 @@
format = "gpt";
partitions = [
{
type = "partition";
name = "zfs";
start = "1GiB";
end = "100%";
@ -69,7 +66,7 @@
options.acltype = "posix";
datasets = {
root = {
zfs_type = "filesystem";
type = "zfs_fs";
options = {
mountpoint = "legacy";
autotrim = "on";