chanching lost of stuff
This commit is contained in:
parent
32fa59f054
commit
122d804568
|
@ -142,11 +142,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "pkgs/firefox-addons",
|
||||
"lastModified": 1723694590,
|
||||
"narHash": "sha256-7cufibbD4mf84wPBOTq0bNYjtUz5/Aq1azv9Nil5bzk=",
|
||||
"lastModified": 1723781004,
|
||||
"narHash": "sha256-DeqldZxk7Rr6Ak+6DQHgLAqmz41gktpCaw9/RM+hP5U=",
|
||||
"owner": "rycee",
|
||||
"repo": "nur-expressions",
|
||||
"rev": "bc49bde3aa2e9408a22bf62d2faf4358508ce4b6",
|
||||
"rev": "782cf4b3e20822f4b17a3af9da467dce66effe40",
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
# Simple Bar
|
||||
|
||||
setup
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.config/ags
|
||||
git clone https://github.com/Aylur/ags.git /tmp/ags
|
||||
cp -r /tmp/ags/example/simple-bar/* ~/.config/ags
|
||||
|
||||
# optionally setup types
|
||||
ags --init -c ~/.config/ags/config.js
|
||||
```
|
||||
|
||||
running
|
||||
|
||||
```bash
|
||||
ags -c ~/.config/ags/config.js &
|
||||
```
|
20
home/ags/bar/nixos-switch.log
Normal file
20
home/ags/bar/nixos-switch.log
Normal file
|
@ -0,0 +1,20 @@
|
|||
warning: Git tree '/home/joy/nix' is dirty
|
||||
building the system configuration...
|
||||
warning: Git tree '/home/joy/nix' is dirty
|
||||
these 8 derivations will be built:
|
||||
/nix/store/awww6mcaccq9l0pf3c023j1m3d5rym7w-home-manager-files.drv
|
||||
/nix/store/ccza946fzlf60k3kd9g1s8yskkx7wkd3-home-manager-generation.drv
|
||||
/nix/store/1cpbmx13fsg5wcnnaw82v7vhhzwkfbm8-unit-home-manager-joy.service.drv
|
||||
/nix/store/fhaw24gi5q4h5j0q8gcf473k08ji2zy6-unit-script-nixos-upgrade-start.drv
|
||||
/nix/store/lcjbnv12r6ssdhpsli1w497fcnaja31f-unit-nixos-upgrade.service.drv
|
||||
/nix/store/466pbvl2h68s4g3qz73vyy7d5j0p7awk-system-units.drv
|
||||
/nix/store/dxpzjsihg14ak1qd8bdfsaha378inrhx-etc.drv
|
||||
/nix/store/4haqsqiflhxinxvxl2jvf6nc30p0ib9h-nixos-system-laptop-24.11.20240814.c3aa7b8.drv
|
||||
building '/nix/store/fhaw24gi5q4h5j0q8gcf473k08ji2zy6-unit-script-nixos-upgrade-start.drv'...
|
||||
building '/nix/store/awww6mcaccq9l0pf3c023j1m3d5rym7w-home-manager-files.drv'...
|
||||
building '/nix/store/lcjbnv12r6ssdhpsli1w497fcnaja31f-unit-nixos-upgrade.service.drv'...
|
||||
building '/nix/store/ccza946fzlf60k3kd9g1s8yskkx7wkd3-home-manager-generation.drv'...
|
||||
building '/nix/store/1cpbmx13fsg5wcnnaw82v7vhhzwkfbm8-unit-home-manager-joy.service.drv'...
|
||||
building '/nix/store/466pbvl2h68s4g3qz73vyy7d5j0p7awk-system-units.drv'...
|
||||
building '/nix/store/dxpzjsihg14ak1qd8bdfsaha378inrhx-etc.drv'...
|
||||
building '/nix/store/4haqsqiflhxinxvxl2jvf6nc30p0ib9h-nixos-system-laptop-24.11.20240814.c3aa7b8.drv'...
|
|
@ -12,7 +12,7 @@
|
|||
search.engines = {
|
||||
"4get" = {
|
||||
urls = [{
|
||||
template = "https://4get.ch/web";
|
||||
template = "https://4get.joygnu.org/web";
|
||||
params = [
|
||||
{ name = "s"; value = "{searchTerms}"; }
|
||||
];
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
};
|
||||
|
||||
monitor = [
|
||||
"eDP-1,prefrered,auto,1"
|
||||
"HDMI-A-1,prefrered,auto,1,mirror,eDP-1"
|
||||
"eDP-1,prefrered,auto,1,mirror,HDMI-A-1"
|
||||
"HDMI-A-1,2560x1440@120.01Hz,auto,1"
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
|
@ -175,10 +175,7 @@
|
|||
input = {
|
||||
kb_layout = "us,de";
|
||||
kb_variant = ",qwerty";
|
||||
kb_options = [
|
||||
"grp:alt_shift_toggle"
|
||||
"caps:swapescape"
|
||||
];
|
||||
kb_options = "grp:alt_shift_toggle,caps:swapescape";
|
||||
};
|
||||
|
||||
device = {
|
||||
|
|
|
@ -6,7 +6,7 @@ vm_state=$(virsh --connect qemu:///system domstate "$VM_NAME")
|
|||
|
||||
if [ "$vm_state" != "running" ]; then
|
||||
virsh --connect qemu:///system start "$VM_NAME"
|
||||
sleep 15
|
||||
sleep 20
|
||||
fi
|
||||
|
||||
# Get the IP address of the VM
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
# services.xserver.desktopManager.gnome.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
services.displayManager.autoLogin.enable = true;
|
||||
services.displayManager.autoLogin.user = "joy";
|
||||
|
|
Loading…
Reference in a new issue