diff --git a/config/goodomens/site/assets/style/master.css b/config/goodomens/site/assets/style/master.css index ea0d4c0..36684db 100644 --- a/config/goodomens/site/assets/style/master.css +++ b/config/goodomens/site/assets/style/master.css @@ -1,6 +1,6 @@ @font-face { font-family: "Silkscreen"; - src: url("../fonts/slkscr.ttf"); + src: url("/assets/fonts/slkscr.ttf"); } html { @@ -41,7 +41,7 @@ header { padding-top: 25px; margin-bottom: 25px; - background: url("images/blossom_leaves.png"); + background: url("/assets/images/blossom_leaves.png"); background-size: 64px; image-rendering: pixelated; } @@ -54,7 +54,7 @@ header { } .sign { - background: url("images/acacia_planks.png"); + background: url("/assets/images/acacia_planks.png"); background-size: 112px; image-rendering: pixelated; border-width: 0px; @@ -125,31 +125,31 @@ h1 { #viewer { - margin-bottom: 20px; + margin-bottom: 20px; } .arrow { - border: solid black; - border-width: 0 3px 3px 0; - display: inline-block; - padding: 3px; + border: solid black; + border-width: 0 3px 3px 0; + display: inline-block; + padding: 3px; } .right { - transform: rotate(-45deg); - -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform: rotate(-45deg); } .left { - transform: rotate(135deg); - -webkit-transform: rotate(135deg); + transform: rotate(135deg); + -webkit-transform: rotate(135deg); } .mini-sign { text-align: center; text-decoration: none; display: inline-block; - background: url("images/acacia_planks.png"); + background: url("/assets/images/acacia_planks.png"); background-size: 64px; image-rendering: pixelated; border: none; diff --git a/nixosConfigurations/astora/hardware.nix b/nixosConfigurations/astora/hardware.nix index 7d935e9..a56c682 100644 --- a/nixosConfigurations/astora/hardware.nix +++ b/nixosConfigurations/astora/hardware.nix @@ -93,6 +93,11 @@ device = "/dev/disk/by-uuid/4b47d83c-42da-4e78-b279-7726dfbdfde7"; fsType = "ext4"; }; + + "/mnt/ext2" = { + device = "/dev/disk/by-uuid/8f8f6576-5608-4474-acb5-409c59dff696"; + fsType = "ext4"; + }; }; swapDevices = [ ]; diff --git a/nixosConfigurations/astora/users.nix b/nixosConfigurations/astora/users.nix index c7bef13..8c0e0cc 100644 --- a/nixosConfigurations/astora/users.nix +++ b/nixosConfigurations/astora/users.nix @@ -25,6 +25,8 @@ git nnn htop + pass + taskwarrior gparted @@ -53,6 +55,7 @@ imagemagick blender ardour + olive-editor calf zynaddsubfx