Skip to content

Commit

Permalink
fix: Multiple Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maydayv7 committed Nov 18, 2024
1 parent 3d90833 commit 44acd5b
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 18 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img alt="Logo" src="files/images/logo/dark.png">
</picture>

![Version](https://img.shields.io/github/v/release/maydayv7/dotfiles?include_prereleases&label=version&style=flat-square&logo=github) ![License](https://img.shields.io/github/license/maydayv7/dotfiles?color=dgreen&style=flat-square) ![Size](https://img.shields.io/github/repo-size/maydayv7/dotfiles?color=red&label=size&style=flat-square) [![NixOS](https://img.shields.io/badge/NixOS-23.11-9cf.svg?style=flat-square&logo=NixOS&logoColor=white)](https://nixos.org)
![Version](https://img.shields.io/github/v/release/maydayv7/dotfiles?include_prereleases&label=version&style=flat-square&logo=github) ![License](https://img.shields.io/github/license/maydayv7/dotfiles?color=dgreen&style=flat-square) ![Size](https://img.shields.io/github/repo-size/maydayv7/dotfiles?color=red&label=size&style=flat-square) [![NixOS](https://img.shields.io/badge/NixOS-24.05-9cf.svg?style=flat-square&logo=NixOS&logoColor=white)](https://nixos.org)

This [repository](https://github.com/maydayv7/dotfiles) contains the configuration and `dotfiles` for my continuously evolving multi-PC setup (using [Nix](https://nixos.org/)). All the devices I own, controlled by code. It also builds and deploys my website to [maydayv7.my.to](https://maydayv7.my.to). You can follow along with my [NixOS Desktop](https://maydayv7.my.to/series/nixos-desktop/) Series

Expand Down Expand Up @@ -32,6 +32,10 @@ This [repository](https://github.com/maydayv7/dotfiles) contains the configurati
<details>
<summary><i>Older...</i></summary>

| ![GNOME 45](./files/images/desktop/old/gnome_45.png) |
| :--------------------------------------------------: |
| _GNOME 45_ |

| ![GNOME 44](./files/images/desktop/old/gnome_44.png) |
| :--------------------------------------------------: |
| _GNOME 44_ |
Expand Down Expand Up @@ -503,7 +507,7 @@ You can navigate to the `README`s present in the various directories to know mor
<details>
<summary><b>Changelog</b></summary>

### v24.1
### v24.5

- GNOME Improvements
- Use [PaperWM](https://github.com/paperwm/PaperWM) and [Pano](https://github.com/oae/gnome-shell-pano)
Expand Down Expand Up @@ -784,7 +788,7 @@ You can navigate to the `README`s present in the various directories to know mor

</details>

> Last Updated: **October** 2024
> Last Updated: **November** 2024
If you like this project, consider leaving a [star](https://github.com/maydayv7/dotfiles)

Expand Down
7 changes: 6 additions & 1 deletion devices/valkyrie/drivers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ in {
services.fwupd.enable = true;

# Discrete GPU
boot.kernelParams = ["nvidia_drm.fbdev=1"];
services.xserver.videoDrivers = mkForce ["nvidia"];
boot.kernelParams = [
"nvidia_drm.fbdev=1" # Wayland Support
"NVreg_UsePageAttributeTable=1" # PAT Support
"NVreg_RegistryDwords=RMUseSwI2c=0x01;RMI2cSpeed=100" # DDC/CI Support
];

hardware = {
vm.passthrough = ["10de:28e0" "10de:22be"];
nvidia = {
Expand Down
20 changes: 14 additions & 6 deletions files/gnome/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"title": "Test Sound",
"command": "find /run/current-system/sw/share/sounds/alsa/ -name '*_*' -exec aplay {} \\;",
"instancing": "singleInstance",
"icon": "test-symbolic",
"icon": "sound-symbolic",
"killOnDisable": false
},
{
"type": "command",
"title": "Microphone Boost",
"command": "sh -c 'VALUE=$(zenity --scale --text=\"Select Microphone Boost value\" --value=0 --min-value=0 --max-value=100 -step=5); amixer -c 1 sset 'Mic Boost' $VALUE; amixer -c 1 sset 'Internal Mic Boost' $VALUE'",
"command": "sh -c \"VALUE=$(zenity --scale --text='Select Microphone Boost value' --value=0 --min-value=0 --max-value=100 --step=5); amixer -c 1 sset 'Mic Boost' $VALUE; amixer -c 1 sset 'Internal Mic Boost' $VALUE\"",
"instancing": "singleInstance",
"icon": "microphone-symbolic",
"killOnDisable": false
Expand All @@ -29,15 +29,23 @@
},
{
"type": "submenu",
"title": "File Management",
"icon": "fileopen",
"title": "Phone",
"icon": "smartphone-symbolic",
"items": [
{
"type": "command",
"title": "iPhone",
"title": "iPhone File Transfer",
"command": "systemctl restart usbmuxd.service",
"instancing": "singleInstance",
"icon": "smartphone-symbolic",
"icon": "fileopen",
"killOnDisable": false
},
{
"type": "command",
"title": "ADB Screen Mirror",
"command": "scrcpy --video-codec=h265 --keyboard=uhid --stay-awake --turn-screen-off --power-off-on-close --shortcut-mod=rctrl",
"instancing": "singleInstance",
"icon": "display-projector-symbolic",
"killOnDisable": false
}
]
Expand Down
33 changes: 31 additions & 2 deletions files/hyprland/clipse/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"themeFile": "theme.json",
"tempDir": "$XDG_DATA_HOME/clipboard/temp",
"logFile": "$XDG_DATA_HOME/clipboard/clipse.log",
"historyFile": "$XDG_DATA_HOME/clipboard/history.json",
"maxHistory": 150,
"themeFile": "theme.json",
"tempDir": "$XDG_DATA_HOME/clipboard/temp"
"imageDisplay": {
"type": "kitty",
"scaleX": 9,
"scaleY": 9,
"heightCut": 2
},
"allowDuplicates": false,
"keyBindings": {
"choose": "enter",
"clearSelected": "S",
"down": "down",
"end": "end",
"filter": "/",
"home": "home",
"more": "?",
"nextPage": "right",
"prevPage": "left",
"preview": "t",
"quit": "q",
"remove": "x",
"selectDown": "ctrl+down",
"selectSingle": "s",
"selectUp": "ctrl+up",
"togglePin": "p",
"togglePinned": "tab",
"up": "up",
"yankFilter": "ctrl+s"
}
}
Binary file modified files/images/desktop/gnome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/images/desktop/old/gnome_45.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Author -> V 7 <maydayv7@gmail.com> #
# License -> MIT #
# URL -> github:maydayv7/dotfiles #
# Version -> v24.1 #
# Version -> v24.5 #
# --------------------------------------- #
# Welcome to Ground Zero! #
# The Very Heart of my 'dotfiles' #
Expand Down
1 change: 1 addition & 0 deletions modules/gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ in {

# Utilities
programs.seahorse.enable = true;
user.homeConfig.services.mpris-proxy.enable = true;
services = {
gvfs.enable = true;
gnome.gnome-keyring.enable = true;
Expand Down
8 changes: 3 additions & 5 deletions modules/hardware/mobile.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
in {
## Device Firmware ##
config = lib.mkIf enable {
## Android Compatibilty
# Android Device Bridge
# Android Compatibilty
user.groups = ["adbusers"];
programs.adb.enable = true;

## iOS Compatibility
# File Transfer
# iOS Compatibility
services.usbmuxd.enable = true;
environment.systemPackages = [pkgs.libimobiledevice];
environment.systemPackages = with pkgs; [libimobiledevice scrcpy];

#!# Run 'systemctl restart usbmuxd.service' if it doesn't work
};
Expand Down

0 comments on commit 44acd5b

Please sign in to comment.