Browse Source

Switch to nynorsk, ++

Johan Rong 2 months ago
parent
commit
bcfe497263

+ 22 - 6
flake.lock

@@ -1,5 +1,20 @@
 {
   "nodes": {
+    "crane": {
+      "locked": {
+        "lastModified": 1780099841,
+        "narHash": "sha256-EVZd2RsbpreRUDSi9rBwPY+ZxoyMaiEBbZxxhljbaS4=",
+        "owner": "ipetkov",
+        "repo": "crane",
+        "rev": "0532eb17955225173906d671fb36306bdeb1e2dc",
+        "type": "github"
+      },
+      "original": {
+        "owner": "ipetkov",
+        "repo": "crane",
+        "type": "github"
+      }
+    },
     "flake-utils": {
       "inputs": {
         "systems": "systems"
@@ -41,17 +56,18 @@
     },
     "moose": {
       "inputs": {
+        "crane": "crane",
         "flake-utils": "flake-utils",
         "nixpkgs": [
           "nixpkgs"
         ]
       },
       "locked": {
-        "lastModified": 1780510800,
-        "narHash": "sha256-IPWhm+vgkbIL0hPFnpzZWee/1LyaWO9PBvepaydf6w8=",
+        "lastModified": 1780775411,
+        "narHash": "sha256-kvWUfRtjux9ic9InlshKdCKXSkYBIzdSZJjCdx57f7A=",
         "owner": "johron",
         "repo": "moose",
-        "rev": "6f909720169554d994516d7ee8a6d8ec365392bb",
+        "rev": "f848a4517a58b605913eecdf58beeac2298a69b9",
         "type": "github"
       },
       "original": {
@@ -78,11 +94,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1780203844,
-        "narHash": "sha256-K5sT4jTpGs15ADhviMKNBH38REpPf5Q6mM1+N6cArVE=",
+        "lastModified": 1780453794,
+        "narHash": "sha256-bXMRa9VTsHSPXL4Cw8R6JJLQeY3Y/IP4+YJCYVmQ7FY=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "b51242d7d43689db2f3be91bd05d5b24fbb469c4",
+        "rev": "6b316287bae2ee04c9b93c8c858d930fd07d7338",
         "type": "github"
       },
       "original": {

+ 1 - 0
home/features/desktop/sway/sway.nix

@@ -72,6 +72,7 @@ in
         "${mod}+Shift+q" = "kill";
         "${mod}+d" = "exec wofi";
         "${mod}+Return" = "exec alacritty";
+        "${mod}+Shift+Return" = "exec alacritty -e bash -c 'moose; exec bash'";
         "${super}+l" = "exec swaylock";
         "${mod}+r" = "mode \"resize\"";
 

+ 1 - 1
home/features/desktop/sway/ui/eww/network/scripts/available_wifi.py

@@ -91,7 +91,7 @@ def yuck() -> str:
                     (label :class "network-icon" :text "{signal_icon}")
                     (box :orientation "v" :space-evenly false :spacing 2
                         (label :class "network-name" :text "{safe_name}" :xalign 0)
-                        (label :class "network-subtext" :text "Connected" :xalign 0)
+                        (label :class "network-subtext" :text "Tilkopla" :xalign 0)
                     )
                     (box :hexpand true)
                 )

+ 2 - 2
home/features/desktop/sway/ui/eww/network/scripts/devices.py

@@ -79,7 +79,7 @@ def yuck() -> str:
             :text "{"airplanemode_inactive" if wifi_enabled() else "flight"}"
         )
         (box :orientation "v" :space-evenly true :spacing 2
-            (label :class "device-name" :text "Airplane mode" :xalign 0)
+            (label :class "device-name" :text "Flymodus" :xalign 0)
         )
         (box :hexpand true)
         (checkbox
@@ -100,7 +100,7 @@ def yuck() -> str:
                 (label :class "device-icon" :text "{signal_icon}")
                 (box :orientation "v" :space-evenly false :spacing 2
                     (label :class "device-name" :text "{safe_name}" :xalign 0)
-                    (label :class "device-subtext" :text "Active" :xalign 0)
+                    (label :class "device-subtext" :text "Aktiv" :xalign 0)
                 )
                 (box :hexpand true)
                 (checkbox

+ 1 - 1
nixos/features/system/basic.nix

@@ -74,7 +74,7 @@
 
   environment.variables = {
     QT_QPA_PLATFORMTHEME = "qt6ct";
-    EDITOR = "nvim";
+    EDITOR = "moose";
   };
 
   services.xserver.xkb = {